#A2C202

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

Shades of Citrus #A2C202

Tints of Citrus #A2C202

Color information

#A2C202 (or 0xA2C202) is unknown color: approx Citrus. HEX triplet: A2, C2 and 02. RGB value is (162,194,2). Sum of RGB (Red+Green+Blue) = 162+194+2=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C202 is #5D3DFD. Grayscale: #A3A3A3. Windows color (decimal): -6110718 or 180898. OLE color: 180898.

HSL color Cylindrical-coordinate representation of color #A2C202: hue angle of 70º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2C202 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1621942-
CMYK0.1600.990.24
HSL70º97.96%38.43%-
HSV(B)70º98.97%76.08%-
XYZ34.246.277.19-
YUV162.5437.4127.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 194 (76.17% from 255) = 54.19%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=45.25%
G=54.19%
B=0.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16219420.1600.990.247097.9638.43
HexA2C221006318466226
Octal24230222001433010614246
Binary10100010110000101010000011000111100010001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C202; }

 p { color: rgb(162,194,2); }

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

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

 a { background-color: rgb(162,194,2); }

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

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

 span { border-color: rgb(162,194,2); }

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