#A4CA33

Color #A4CA33 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A4CA33

Tints of Yellow Green #A4CA33

Color information

#A4CA33 (or 0xA4CA33) is unknown color: approx Yellow Green. HEX triplet: A4, CA and 33. RGB value is (164,202,51). Sum of RGB (Red+Green+Blue) = 164+202+51=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA33 is #5B35CC. Grayscale: #ADADAD. Windows color (decimal): -5977549 or 3394212. OLE color: 3394212.

HSL color Cylindrical-coordinate representation of color #A4CA33: hue angle of 75.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4CA33 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB16420251-
CMYK0.1900.750.21
HSL75.1º59.68%49.61%-
HSV(B)75.1º74.75%79.22%-
XYZ37.0350.3710.9-
YUV173.4258.91121.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 51 (20.31% from 255) = 12.23%
R=39.33%
G=48.44%
B=12.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202510.1900.750.2175.159.6849.61
HexA4CA331304B154b3c32
Octal24431263230113251137462
Binary10100100110010101100111001101001011101011001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA33; }

 p { color: rgb(164,202,51); }

 H1.HeaderClassName
 {
   color: #A4CA33;
 }
 .AnyTagClassName
 {
   color: #A4CA33;
 }
</style>
background-color css

<style>
 a { background-color: #A4CA33; }

 a { background-color: rgb(164,202,51); }

 div.DivClassName
 {
   background-color: #A4CA33;
 }
 .BgClassName
 {
   background-color: #A4CA33;
 }
</style>
border-color css

<style>
 span { border-color: #A4CA33; }

 span { border-color: rgb(164,202,51); }

 td.TdClassName
 {
   border-color: #A4CA33;
 }
 .TagClassName
 {
   border-color: #A4CA33;
 }
</style>