#A0F50C

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

Shades of Spring Bud #A0F50C

Tints of Spring Bud #A0F50C

Color information

#A0F50C (or 0xA0F50C) is unknown color: approx Spring Bud. HEX triplet: A0, F5 and 0C. RGB value is (160,245,12). Sum of RGB (Red+Green+Blue) = 160+245+12=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 245 (96.09% from 255 or 58.75% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F50C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F50C is #5F0AF3. Grayscale: #C1C1C1. Windows color (decimal): -6228724 or 849312. OLE color: 849312.

HSL color Cylindrical-coordinate representation of color #A0F50C: hue angle of 81.89º degrees, saturation: 0.92, 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 #A0F50C is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB16024512-
CMYK0.3500.950.04
HSL81.89º92.09%50.39%-
HSV(B)81.89º95.1%96.08%-
XYZ47.2272.811.91-
YUV193.0225.84104.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 245 (96.09% from 255) = 58.75%
BLUE value IS 12 (5.08% from 255) = 2.88%
R=38.37%
G=58.75%
B=2.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160245120.3500.950.0481.8992.0950.39
HexA0F5C2305F4525c32
Octal24036514430137412213462
Binary101000001111010111001000110101111110010100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F50C; }

 p { color: rgb(160,245,12); }

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

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

 a { background-color: rgb(160,245,12); }

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

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

 span { border-color: rgb(160,245,12); }

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