#A2AC12

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

Shades of Citrus #A2AC12

Tints of Citrus #A2AC12

Color information

#A2AC12 (or 0xA2AC12) is unknown color: approx Citrus. HEX triplet: A2, AC and 12. RGB value is (162,172,18). Sum of RGB (Red+Green+Blue) = 162+172+18=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC12 is #5D53ED. Grayscale: #989898. Windows color (decimal): -6116334 or 1223842. OLE color: 1223842.

HSL color Cylindrical-coordinate representation of color #A2AC12: hue angle of 63.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2AC12 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB16217218-
CMYK0.0600.900.33
HSL63.9º81.05%37.25%-
HSV(B)63.9º89.53%67.45%-
XYZ29.7637.236.19-
YUV151.4552.69135.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 172 (67.58% from 255) = 48.86%
BLUE value IS 18 (7.42% from 255) = 5.11%
R=46.02%
G=48.86%
B=5.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172180.0600.900.3363.981.0537.25
HexA2AC12605A21405125
Octal24225422601324110012145
Binary1010001010101100100101100101101010000110000001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC12; }

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

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

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

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

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

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

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

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