#A2C102

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

Shades of Citrus #A2C102

Tints of Citrus #A2C102

Color information

#A2C102 (or 0xA2C102) is unknown color: approx Citrus. HEX triplet: A2, C1 and 02. RGB value is (162,193,2). Sum of RGB (Red+Green+Blue) = 162+193+2=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C102 is #5D3EFD. Grayscale: #A2A2A2. Windows color (decimal): -6110974 or 180642. OLE color: 180642.

HSL color Cylindrical-coordinate representation of color #A2C102: hue angle of 69.74º 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 #A2C102 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1621932-
CMYK0.1600.990.24
HSL69.74º97.95%38.24%-
HSV(B)69.74º98.96%75.69%-
XYZ33.9845.837.11-
YUV161.9637.73128.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=45.38%
G=54.06%
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
Decimal16219320.1600.990.2469.7497.9538.24
HexA2C121006318466226
Octal24230122001433010614246
Binary10100010110000011010000011000111100010001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C102; }

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

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

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

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

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

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

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

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