#96FA0F

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

Shades of Spring Bud #96FA0F

Tints of Spring Bud #96FA0F

Color information

#96FA0F (or 0x96FA0F) is unknown color: approx Spring Bud. HEX triplet: 96, FA and 0F. RGB value is (150,250,15). Sum of RGB (Red+Green+Blue) = 150+250+15=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FA0F is #6905F0. Grayscale: #C2C2C2. Windows color (decimal): -6882801 or 1047190. OLE color: 1047190.

HSL color Cylindrical-coordinate representation of color #96FA0F: hue angle of 85.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96FA0F is Cyan = 0.4, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB15025015-
CMYK0.400.940.02
HSL85.53º95.92%51.96%-
HSV(B)85.53º94%98.04%-
XYZ46.8574.8912.44-
YUV193.3127.3797.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 250 (98.05% from 255) = 60.24%
BLUE value IS 15 (6.25% from 255) = 3.61%
R=36.14%
G=60.24%
B=3.61%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150250150.400.940.0285.5395.9251.96
Hex96FAF2805E2566034
Octal22637217500136212614064
Binary10010110111110101111101000010111101010101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FA0F; }

 p { color: rgb(150,250,15); }

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

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

 a { background-color: rgb(150,250,15); }

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

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

 span { border-color: rgb(150,250,15); }

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