#96F908

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

Shades of Spring Bud #96F908

Tints of Spring Bud #96F908

Color information

#96F908 (or 0x96F908) is unknown color: approx Spring Bud. HEX triplet: 96, F9 and 08. RGB value is (150,249,8). Sum of RGB (Red+Green+Blue) = 150+249+8=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 249 (97.66% from 255 or 61.18% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 249 - color contains mainly: green. Hex color #96F908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F908 is #6906F7. Grayscale: #C0C0C0. Windows color (decimal): -6883064 or 588182. OLE color: 588182.

HSL color Cylindrical-coordinate representation of color #96F908: hue angle of 84.65º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96F908 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB1502498-
CMYK0.4000.970.02
HSL84.65º95.26%50.39%-
HSV(B)84.65º96.79%97.65%-
XYZ46.574.2512.11-
YUV191.9224.298.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 249 (97.66% from 255) = 61.18%
BLUE value IS 8 (3.52% from 255) = 1.97%
R=36.86%
G=61.18%
B=1.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15024980.4000.970.0284.6595.2650.39
Hex96F98280612555f32
Octal22637110500141212513762
Binary10010110111110011000101000011000011010101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,249,8); }

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

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

 a { background-color: rgb(150,249,8); }

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

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

 span { border-color: rgb(150,249,8); }

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