#A2C908

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

Shades of Citrus #A2C908

Tints of Citrus #A2C908

Color information

#A2C908 (or 0xA2C908) is unknown color: approx Citrus. HEX triplet: A2, C9 and 08. RGB value is (162,201,8). Sum of RGB (Red+Green+Blue) = 162+201+8=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C908 is #5D36F7. Grayscale: #A8A8A8. Windows color (decimal): -6108920 or 575906. OLE color: 575906.

HSL color Cylindrical-coordinate representation of color #A2C908: hue angle of 72.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2C908 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB1622018-
CMYK0.1900.960.21
HSL72.12º92.34%40.98%-
HSV(B)72.12º96.02%78.82%-
XYZ35.8349.477.89-
YUV167.3438.08124.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 201 (78.91% from 255) = 54.18%
BLUE value IS 8 (3.52% from 255) = 2.16%
R=43.67%
G=54.18%
B=2.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16220180.1900.960.2172.1292.3440.98
HexA2C981306015485c29
Octal242311102301402511013451
Binary1010001011001001100010011011000001010110010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C908; }

 p { color: rgb(162,201,8); }

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

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

 a { background-color: rgb(162,201,8); }

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

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

 span { border-color: rgb(162,201,8); }

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