COLOR #A0CA29

HEX: #A0CA29 RGB: (160,202,41)

Color info

#A0CA29 contains mainly red and green colors. Web safe color of #A0CA29 is #99CC33 (or #9C3).

RGB color model

#A0CA29 color RGB value is (160,202,41).

RGB: (160,202,41) (63%, 79%, 16%)

RGB channels and saturation

R 160 of 255 = 63%
G 202 of 255 = 79%
B 41 of 255 = 16%

160
202
41

R + G + B ~ 53%. #A0CA29 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 202 + 41 = 403 (100%)
R 160 of 403 ~ 39.7%
G 202 of 403 ~ 50.12%
B 41 of 403 ~ 10.17'%

%39.7
%50.12
%10.17

CMYK color model

#A0CA29 color CMYK value is (21,0,80,21).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 79.70%
  • key color value is 20.78%
CMYK: (21,0,80,21) C21M0Y80K21 (21%,0%,80%,21%) (0.21/0.00/0.80/0.21) 

CMYK percentages

%20.79
%0
%79.7
%20.78

Codes

Color #A0CA29 in popluar color models

A0 CA 29
RGB 160 202 41
HSL 76° 66.26% 47.65%
HSB/HSV 76° 79.70% 79.22%
CMYK 20.79% 0.00% 79.70%
20.78%

Color #A0CA29 in popluar number systems.

HEX A0 CA 29
Decimal 160 202 41
Binary 10100000 11001010 101001
Octal 240 312 51

Shades and tints

Shades of #A0CA29

#A0CA29
(160,202,41)
#92B826
(146,184,38)
#84A623
(132,166,35)
#769420
(118,148,32)
#68821D
(104,130,29)
#5A701A
(90,112,26)
#4C5E17
(76,94,23)
#3E4C14
(62,76,20)
#303A11
(48,58,17)
#22280E
(34,40,14)
#14160B
(20,22,11)
#000000
(0,0,0)

Tints of #A0CA29

#A0CA29
(160,202,41)
#A8CE3C
(168,206,60)
#B0D24F
(176,210,79)
#B8D662
(184,214,98)
#C0DA75
(192,218,117)
#C8DE88
(200,222,136)
#D0E29B
(208,226,155)
#D8E6AE
(216,230,174)
#E0EAC1
(224,234,193)
#E8EED4
(232,238,212)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CA29 color. Also use rgb(160,202,41) instead hex code.

Text Font Color

.myTextColor { color: #A0CA29; }

<p style="color:#A0CA29">This sample text font color is #A0CA29.</p>

This text font color is #A0CA29.

Background Color

.myBgColor { background-color: #A0CA29; }

<div style="background-color:#A0CA29">Inner text</div>

This div background color is #A0CA29.

Border color

.myBorderColor { border: 1px solid #A0CA29; }

<div style="border:3px solid #A0CA29">Div</div>

This div border color is #A0CA29.

Opacity

.myOpacity80 { color: #A0CA29; opacity: 0.8; }

<p style="color:#A0CA29;opacity:0.8;">80%</p>

Text with #A0CA29 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0CA29;}

<p style="text-shadow: 3px 3px 1px #A0CA29">Text here.</p>

This text has shadow with #A0CA29 color.


.textShadow {text-shadow: 3px 3px 1px #A0CA29', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0CA29, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0CA29 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0CA29, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0CA29, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0CA29 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0CA29;
-webkit-box-shadow: 1px 1px 3px 2px #A0CA29;
box-shadow: 1px 1px 3px 2px #A0CA29;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0CA29; -webkit-box-shadow: 1px 1px 3px 2px #A0CA29; box-shadow:1px 1px 3px 2px #A0CA29;">
Div content here
</div>

This div box has shadow with color #A0CA29.

Preview

Color preview on black background

This text has color #A0CA29 on black background.


Color preview on white background

This text has color #A0CA29 on white background.


Black color preview on #A0CA29 background

This text has black color on #A0CA29 background.


White color preview on #A0CA29 background

This text has white color on #A0CA29 background.


Related colors

Complementary color

Complementary color for #hex is #5F35D6.


I love getcolorcode.com

Triadic colors

1 #29A0CA and #CA29A0 with #A0CA29 are triadic colors.

2 #29CAA0 and #CAA029 with #A0CA29 are triadic colors.