#A2ED00

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

Shades of Spring Bud #A2ED00

Tints of Spring Bud #A2ED00

Color information

#A2ED00 (or 0xA2ED00) is unknown color: approx Spring Bud. HEX triplet: A2, ED and 00. RGB value is (162,237,0). Sum of RGB (Red+Green+Blue) = 162+237+0=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2ED00 is #5D12FF. Grayscale: #BCBCBC. Windows color (decimal): -6099712 or 60834. OLE color: 60834.

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

Color convert

RGB1622370-
CMYK0.32010.07
HSL78.99º100%46.47%-
HSV(B)78.99º100%92.94%-
XYZ45.1868.2510.79-
YUV187.5622.15109.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 237 (92.97% from 255) = 59.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.60%
G=59.40%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal16223700.32010.0778.9910046.47
HexA2ED02006474f642e
Octal2423550400144711714456
Binary101000101110110101000000110010011110011111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ED00; }

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

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

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

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

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

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

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

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