#a0f811

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

Shades of Spring Bud #A0F811

Tints of Spring Bud #A0F811

Color information

#A0F811 (or 0xA0F811) is unknown color: approx Spring Bud. HEX triplet: A0, F8 and 11. RGB value is (160,248,17). Sum of RGB (Red+Green+Blue) = 160+248+17=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 248 (97.27% from 255 or 58.35% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F811 is #5F07EE. Grayscale: #C4C4C4. Windows color (decimal): -6227951 or 1177760. OLE color: 1177760.

HSL color Cylindrical-coordinate representation of color #A0F811: hue angle of 82.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0F811 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB16024817-
CMYK0.3500.930.03
HSL82.86º94.29%51.96%-
HSV(B)82.86º93.15%97.25%-
XYZ48.1774.6512.4-
YUV195.3527.35102.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 248 (97.27% from 255) = 58.35%
BLUE value IS 17 (7.03% from 255) = 4%
R=37.65%
G=58.35%
B=4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal160248170.3500.930.0382.8694.2951.96
HexA0F8112305D3535e34
Octal24037021430135312313664
Binary101000001111100010001100011010111011110100111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0f811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0f811; }

 p { color: rgb(160,248,17); }

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

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

 a { background-color: rgb(160,248,17); }

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

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

 span { border-color: rgb(160,248,17); }

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