#96EF10

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

Shades of Spring Bud #96EF10

Tints of Spring Bud #96EF10

Color information

#96EF10 (or 0x96EF10) is unknown color: approx Spring Bud. HEX triplet: 96, EF and 10. RGB value is (150,239,16). Sum of RGB (Red+Green+Blue) = 150+239+16=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 239 (93.75% from 255 or 59.01% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EF10 is #6910EF. Grayscale: #BBBBBB. Windows color (decimal): -6885616 or 1109910. OLE color: 1109910.

HSL color Cylindrical-coordinate representation of color #96EF10: hue angle of 83.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96EF10 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB15023916-
CMYK0.3700.930.06
HSL83.95º87.45%50%-
HSV(B)83.95º93.31%93.73%-
XYZ43.5468.2511.37-
YUV186.9731.51101.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 239 (93.75% from 255) = 59.01%
BLUE value IS 16 (6.64% from 255) = 3.95%
R=37.04%
G=59.01%
B=3.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150239160.3700.930.0683.9587.4550
Hex96EF102505D6545732
Octal22635720450135612412762
Binary1001011011101111100001001010101110111010101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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