#96F11A

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

Shades of Spring Bud #96F11A

Tints of Spring Bud #96F11A

Color information

#96F11A (or 0x96F11A) is unknown color: approx Spring Bud. HEX triplet: 96, F1 and 1A. RGB value is (150,241,26). Sum of RGB (Red+Green+Blue) = 150+241+26=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #96F11A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F11A is #690EE5. Grayscale: #BEBEBE. Windows color (decimal): -6885094 or 1765782. OLE color: 1765782.

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

Color convert

RGB15024126-
CMYK0.3800.890.05
HSL85.4º88.48%52.35%-
HSV(B)85.4º89.21%94.51%-
XYZ44.2269.4712.06-
YUV189.2835.8599.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 241 (94.53% from 255) = 57.79%
BLUE value IS 26 (10.55% from 255) = 6.24%
R=35.97%
G=57.79%
B=6.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150241260.3800.890.0585.488.4852.35
Hex96F11A260595555834
Octal22636132460131512513064
Binary1001011011110001110101001100101100110110101011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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