#A0F40B

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

Shades of Spring Bud #A0F40B

Tints of Spring Bud #A0F40B

Color information

#A0F40B (or 0xA0F40B) is unknown color: approx Spring Bud. HEX triplet: A0, F4 and 0B. RGB value is (160,244,11). Sum of RGB (Red+Green+Blue) = 160+244+11=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 244 (95.70% from 255 or 58.80% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F40B is #5F0BF4. Grayscale: #C1C1C1. Windows color (decimal): -6228981 or 783520. OLE color: 783520.

HSL color Cylindrical-coordinate representation of color #A0F40B: hue angle of 81.63º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0F40B is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB16024411-
CMYK0.3400.950.04
HSL81.63º91.37%50%-
HSV(B)81.63º95.49%95.69%-
XYZ46.9172.211.78-
YUV192.3225.67104.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 244 (95.70% from 255) = 58.80%
BLUE value IS 11 (4.69% from 255) = 2.65%
R=38.55%
G=58.80%
B=2.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160244110.3400.950.0481.6391.3750
HexA0F4B2205F4525b32
Octal24036413420137412213362
Binary101000001111010010111000100101111110010100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F40B; }

 p { color: rgb(160,244,11); }

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

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

 a { background-color: rgb(160,244,11); }

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

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

 span { border-color: rgb(160,244,11); }

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