#96F110

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

Shades of Spring Bud #96F110

Tints of Spring Bud #96F110

Color information

#96F110 (or 0x96F110) is unknown color: approx Spring Bud. HEX triplet: 96, F1 and 10. RGB value is (150,241,16). Sum of RGB (Red+Green+Blue) = 150+241+16=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #96F110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F110 is #690EEF. Grayscale: #BCBCBC. Windows color (decimal): -6885104 or 1110422. OLE color: 1110422.

HSL color Cylindrical-coordinate representation of color #96F110: hue angle of 84.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96F110 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB15024116-
CMYK0.3800.930.05
HSL84.27º88.93%50.39%-
HSV(B)84.27º93.36%94.51%-
XYZ44.1369.4311.57-
YUV188.1430.85100.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 241 (94.53% from 255) = 59.21%
BLUE value IS 16 (6.64% from 255) = 3.93%
R=36.86%
G=59.21%
B=3.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150241160.3800.930.0584.2788.9350.39
Hex96F1102605D5545932
Octal22636120460135512413162
Binary1001011011110001100001001100101110110110101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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