#A2AC0C

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

Shades of Citrus #A2AC0C

Tints of Citrus #A2AC0C

Color information

#A2AC0C (or 0xA2AC0C) is unknown color: approx Citrus. HEX triplet: A2, AC and 0C. RGB value is (162,172,12). Sum of RGB (Red+Green+Blue) = 162+172+12=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC0C is #5D53F3. Grayscale: #979797. Windows color (decimal): -6116340 or 830626. OLE color: 830626.

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

Color convert

RGB16217212-
CMYK0.0600.930.33
HSL63.75º86.96%36.08%-
HSV(B)63.75º93.02%67.45%-
XYZ29.7237.215.96-
YUV150.7749.69136.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 172 (67.58% from 255) = 49.71%
BLUE value IS 12 (5.08% from 255) = 3.47%
R=46.82%
G=49.71%
B=3.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172120.0600.930.3363.7586.9636.08
HexA2ACC605D21405724
Octal24225414601354110012744
Binary101000101010110011001100101110110000110000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC0C; }

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

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

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

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

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

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

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

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