#9FF415

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

Shades of Spring Bud #9FF415

Tints of Spring Bud #9FF415

Color information

#9FF415 (or 0x9FF415) is unknown color: approx Spring Bud. HEX triplet: 9F, F4 and 15. RGB value is (159,244,21). Sum of RGB (Red+Green+Blue) = 159+244+21=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 244 (95.70% from 255 or 57.55% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF415 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF415 is #600BEA. Grayscale: #C1C1C1. Windows color (decimal): -6294507 or 1438879. OLE color: 1438879.

HSL color Cylindrical-coordinate representation of color #9FF415: hue angle of 82.87º 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 #9FF415 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB15924421-
CMYK0.3500.910.04
HSL82.87º91.02%51.96%-
HSV(B)82.87º91.39%95.69%-
XYZ46.7872.1312.17-
YUV193.1630.84103.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 244 (95.70% from 255) = 57.55%
BLUE value IS 21 (8.59% from 255) = 4.95%
R=37.5%
G=57.55%
B=4.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal159244210.3500.910.0482.8791.0251.96
Hex9FF4152305B4535b34
Octal23736425430133412313364
Binary1001111111110100101011000110101101110010100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FF415; }

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

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

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

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

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

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

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

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