#A2FA08

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

Shades of Spring Bud #A2FA08

Tints of Spring Bud #A2FA08

Color information

#A2FA08 (or 0xA2FA08) is unknown color: approx Spring Bud. HEX triplet: A2, FA and 08. RGB value is (162,250,8). Sum of RGB (Red+Green+Blue) = 162+250+8=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA08 is #5D05F7. Grayscale: #C4C4C4. Windows color (decimal): -6096376 or 588450. OLE color: 588450.

HSL color Cylindrical-coordinate representation of color #A2FA08: hue angle of 81.82º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2FA08 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB1622508-
CMYK0.3500.970.02
HSL81.82º96.03%50.59%-
HSV(B)81.82º96.8%98.04%-
XYZ49.1376.0712.32-
YUV196.121.85103.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 250 (98.05% from 255) = 59.52%
BLUE value IS 8 (3.52% from 255) = 1.90%
R=38.57%
G=59.52%
B=1.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16225080.3500.970.0281.8296.0350.59
HexA2FA8230612526033
Octal24237210430141212214063
Binary10100010111110101000100011011000011010100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA08; }

 p { color: rgb(162,250,8); }

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

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

 a { background-color: rgb(162,250,8); }

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

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

 span { border-color: rgb(162,250,8); }

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