#96F910

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

Shades of Spring Bud #96F910

Tints of Spring Bud #96F910

Color information

#96F910 (or 0x96F910) is unknown color: approx Spring Bud. HEX triplet: 96, F9 and 10. RGB value is (150,249,16). Sum of RGB (Red+Green+Blue) = 150+249+16=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #96F910 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F910 is #6906EF. Grayscale: #C1C1C1. Windows color (decimal): -6883056 or 1112470. OLE color: 1112470.

HSL color Cylindrical-coordinate representation of color #96F910: hue angle of 85.49º degrees, saturation: 0.95, 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 #96F910 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB15024916-
CMYK0.4000.940.02
HSL85.49º95.1%51.96%-
HSV(B)85.49º93.57%97.65%-
XYZ46.5574.2712.37-
YUV192.8428.297.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 249 (97.66% from 255) = 60%
BLUE value IS 16 (6.64% from 255) = 3.86%
R=36.14%
G=60%
B=3.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150249160.4000.940.0285.4995.151.96
Hex96F9102805E2555f34
Octal22637120500136212513764
Binary100101101111100110000101000010111101010101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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