#A9CC04

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

Shades of Citrus #A9CC04

Tints of Citrus #A9CC04

Color information

#A9CC04 (or 0xA9CC04) is unknown color: approx Citrus. HEX triplet: A9, CC and 04. RGB value is (169,204,4). Sum of RGB (Red+Green+Blue) = 169+204+4=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CC04 is #5633FB. Grayscale: #ABABAB. Windows color (decimal): -5649404 or 314537. OLE color: 314537.

HSL color Cylindrical-coordinate representation of color #A9CC04: hue angle of 70.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9CC04 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB1692044-
CMYK0.1700.980.2
HSL70.5º96.15%40.78%-
HSV(B)70.5º98.04%80%-
XYZ37.9851.638.08-
YUV170.7433.9126.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 204 (80.08% from 255) = 54.11%
BLUE value IS 4 (1.95% from 255) = 1.06%
R=44.83%
G=54.11%
B=1.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16920440.1700.980.270.596.1540.78
HexA9CC41106214466029
Octal25131442101422410614051
Binary101010011100110010010001011000101010010001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC04; }

 p { color: rgb(169,204,4); }

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

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

 a { background-color: rgb(169,204,4); }

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

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

 span { border-color: rgb(169,204,4); }

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