#A2C708

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

Shades of Citrus #A2C708

Tints of Citrus #A2C708

Color information

#A2C708 (or 0xA2C708) is unknown color: approx Citrus. HEX triplet: A2, C7 and 08. RGB value is (162,199,8). Sum of RGB (Red+Green+Blue) = 162+199+8=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C708 is #5D38F7. Grayscale: #A6A6A6. Windows color (decimal): -6109432 or 575394. OLE color: 575394.

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

Color convert

RGB1621998-
CMYK0.1900.960.22
HSL71.62º92.27%40.59%-
HSV(B)71.62º95.98%78.04%-
XYZ35.3748.557.74-
YUV166.1638.74125.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 199 (78.12% from 255) = 53.93%
BLUE value IS 8 (3.52% from 255) = 2.17%
R=43.90%
G=53.93%
B=2.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16219980.1900.960.2271.6292.2740.59
HexA2C781306016485c29
Octal242307102301402611013451
Binary1010001011000111100010011011000001011010010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C708; }

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

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

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

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

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

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

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

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