#A2AE02

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

Shades of Citrus #A2AE02

Tints of Citrus #A2AE02

Color information

#A2AE02 (or 0xA2AE02) is unknown color: approx Citrus. HEX triplet: A2, AE and 02. RGB value is (162,174,2). Sum of RGB (Red+Green+Blue) = 162+174+2=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AE02 is #5D51FD. Grayscale: #979797. Windows color (decimal): -6115838 or 175778. OLE color: 175778.

HSL color Cylindrical-coordinate representation of color #A2AE02: hue angle of 64.19º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2AE02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1621742-
CMYK0.0700.990.32
HSL64.19º97.73%34.51%-
HSV(B)64.19º98.85%68.24%-
XYZ30.0537.965.8-
YUV150.844.02135.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 174 (68.36% from 255) = 51.48%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=47.93%
G=51.48%
B=0.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16217420.0700.990.3264.1997.7334.51
HexA2AE2706320406223
Octal2422562701434010014243
Binary1010001010101110101110110001110000010000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE02; }

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

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

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

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

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

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

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

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