#A2AF13

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

Shades of Citrus #A2AF13

Tints of Citrus #A2AF13

Color information

#A2AF13 (or 0xA2AF13) is unknown color: approx Citrus. HEX triplet: A2, AF and 13. RGB value is (162,175,19). Sum of RGB (Red+Green+Blue) = 162+175+19=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AF13 is #5D50EC. Grayscale: #999999. Windows color (decimal): -6115565 or 1290146. OLE color: 1290146.

HSL color Cylindrical-coordinate representation of color #A2AF13: hue angle of 65º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2AF13 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB16217519-
CMYK0.0700.890.31
HSL65º80.41%38.04%-
HSV(B)65º89.14%68.63%-
XYZ30.3538.396.43-
YUV153.3352.19134.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 19 (7.81% from 255) = 5.34%
R=45.51%
G=49.16%
B=5.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162175190.0700.890.316580.4138.04
HexA2AF1370591F415026
Octal24225723701313710112046
Binary101000101010111110011111010110011111110000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF13; }

 p { color: rgb(162,175,19); }

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

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

 a { background-color: rgb(162,175,19); }

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

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

 span { border-color: rgb(162,175,19); }

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