#A2FF00

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

Shades of Spring Bud #A2FF00

Tints of Spring Bud #A2FF00

Color information

#A2FF00 (or 0xA2FF00) is unknown color: approx Spring Bud. HEX triplet: A2, FF and 00. RGB value is (162,255,0). Sum of RGB (Red+Green+Blue) = 162+255+0=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF00 is #5D00FF. Grayscale: #C7C7C7. Windows color (decimal): -6095104 or 65442. OLE color: 65442.

HSL color Cylindrical-coordinate representation of color #A2FF00: hue angle of 81.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2FF00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB1622550-
CMYK0.36010
HSL81.88º100%50%-
HSV(B)81.88º100%100%-
XYZ50.6679.212.62-
YUV198.1216.19102.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 255 (100% from 255) = 61.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.85%
G=61.15%
B=0%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16225500.3601081.8810050
HexA2FF0240640526432
Octal2423770440144012214462
Binary1010001011111111010010001100100010100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FF00; }

 p { color: rgb(162,255,0); }

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

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

 a { background-color: rgb(162,255,0); }

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

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

 span { border-color: rgb(162,255,0); }

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