#A2F002

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

Shades of Spring Bud #A2F002

Tints of Spring Bud #A2F002

Color information

#A2F002 (or 0xA2F002) is unknown color: approx Spring Bud. HEX triplet: A2, F0 and 02. RGB value is (162,240,2). Sum of RGB (Red+Green+Blue) = 162+240+2=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F002 is #5D0FFD. Grayscale: #BEBEBE. Windows color (decimal): -6098942 or 192674. OLE color: 192674.

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

Color convert

RGB1622402-
CMYK0.3200.990.06
HSL79.66º98.35%47.45%-
HSV(B)79.66º99.17%94.12%-
XYZ46.0770.0111.14-
YUV189.5522.16108.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 240 (94.14% from 255) = 59.41%
BLUE value IS 2 (1.17% from 255) = 0.50%
R=40.10%
G=59.41%
B=0.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16224020.3200.990.0679.6698.3547.45
HexA2F0220063650622f
Octal2423602400143612014257
Binary1010001011110000101000000110001111010100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F002; }

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

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

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

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

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

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

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

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