#A0F415

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

Shades of Spring Bud #A0F415

Tints of Spring Bud #A0F415

Color information

#A0F415 (or 0xA0F415) is unknown color: approx Spring Bud. HEX triplet: A0, F4 and 15. RGB value is (160,244,21). Sum of RGB (Red+Green+Blue) = 160+244+21=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F415 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F415 is #5F0BEA. Grayscale: #C2C2C2. Windows color (decimal): -6228971 or 1438880. OLE color: 1438880.

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

Color convert

RGB16024421-
CMYK0.3400.910.04
HSL82.6º91.02%51.96%-
HSV(B)82.6º91.39%95.69%-
XYZ46.9872.2312.17-
YUV193.4630.67104.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 244 (95.70% from 255) = 57.41%
BLUE value IS 21 (8.59% from 255) = 4.94%
R=37.65%
G=57.41%
B=4.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160244210.3400.910.0482.691.0251.96
HexA0F4152205B4535b34
Octal24036425420133412313364
Binary1010000011110100101011000100101101110010100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F415; }

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

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

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

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

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

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

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

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