#A0FF00

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

Shades of Spring Bud #A0FF00

Tints of Spring Bud #A0FF00

Color information

#A0FF00 (or 0xA0FF00) is unknown color: approx Spring Bud. HEX triplet: A0, FF and 00. RGB value is (160,255,0). Sum of RGB (Red+Green+Blue) = 160+255+0=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF00 is #5F00FF. Grayscale: #C6C6C6. Windows color (decimal): -6226176 or 65440. OLE color: 65440.

HSL color Cylindrical-coordinate representation of color #A0FF00: hue angle of 82.35º 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 #A0FF00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB1602550-
CMYK0.37010
HSL82.35º100%50%-
HSV(B)82.35º100%100%-
XYZ50.2678.9912.6-
YUV197.5216.53101.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 255 (100% from 255) = 61.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.55%
G=61.45%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16025500.3701082.3510050
HexA0FF0250640526432
Octal2403770450144012214462
Binary1010000011111111010010101100100010100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF00; }

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

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

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

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

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

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

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

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