#A2C804

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

Shades of Citrus #A2C804

Tints of Citrus #A2C804

Color information

#A2C804 (or 0xA2C804) is unknown color: approx Citrus. HEX triplet: A2, C8 and 04. RGB value is (162,200,4). Sum of RGB (Red+Green+Blue) = 162+200+4=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C804 is #5D37FB. Grayscale: #A7A7A7. Windows color (decimal): -6109180 or 313506. OLE color: 313506.

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

Color convert

RGB1622004-
CMYK0.1900.980.22
HSL71.63º96.08%40%-
HSV(B)71.63º98%78.43%-
XYZ35.58497.7-
YUV166.2936.41124.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 200 (78.52% from 255) = 54.64%
BLUE value IS 4 (1.95% from 255) = 1.09%
R=44.26%
G=54.64%
B=1.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16220040.1900.980.2271.6396.0840
HexA2C841306216486028
Octal24231042301422611014050
Binary101000101100100010010011011000101011010010001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C804; }

 p { color: rgb(162,200,4); }

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

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

 a { background-color: rgb(162,200,4); }

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

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

 span { border-color: rgb(162,200,4); }

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