#A2AC04

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

Shades of Citrus #A2AC04

Tints of Citrus #A2AC04

Color information

#A2AC04 (or 0xA2AC04) is unknown color: approx Citrus. HEX triplet: A2, AC and 04. RGB value is (162,172,4). Sum of RGB (Red+Green+Blue) = 162+172+4=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC04 is #5D53FB. Grayscale: #969696. Windows color (decimal): -6116348 or 306338. OLE color: 306338.

HSL color Cylindrical-coordinate representation of color #A2AC04: hue angle of 63.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2AC04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1621724-
CMYK0.0600.980.33
HSL63.57º95.45%34.51%-
HSV(B)63.57º97.67%67.45%-
XYZ29.6737.25.73-
YUV149.8645.69136.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 172 (67.58% from 255) = 50.89%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=47.93%
G=50.89%
B=1.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16217240.0600.980.3363.5795.4534.51
HexA2AC4606221405f23
Octal2422544601424110013743
Binary10100010101011001001100110001010000110000001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC04; }

 p { color: rgb(162,172,4); }

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

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

 a { background-color: rgb(162,172,4); }

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

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

 span { border-color: rgb(162,172,4); }

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