#96F858

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

Shades of Conifer #96F858

Tints of Conifer #96F858

Color information

#96F858 (or 0x96F858) is unknown color: approx Conifer. HEX triplet: 96, F8 and 58. RGB value is (150,248,88). Sum of RGB (Red+Green+Blue) = 150+248+88=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #96F858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F858 is #6907A7. Grayscale: #C9C9C9. Windows color (decimal): -6883240 or 5830806. OLE color: 5830806.

HSL color Cylindrical-coordinate representation of color #96F858: hue angle of 96.75º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96F858 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB15024888-
CMYK0.4000.650.03
HSL96.75º91.95%65.88%-
HSV(B)96.75º64.52%97.25%-
XYZ47.9174.3221.05-
YUV200.4664.5392.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 248 (97.27% from 255) = 51.03%
BLUE value IS 88 (34.77% from 255) = 18.11%
R=30.86%
G=51.03%
B=18.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150248880.4000.650.0396.7591.9565.88
Hex96F858280413615c42
Octal2263701305001013141134102
Binary100101101111100010110001010000100000111110000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,248,88); }

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

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

 a { background-color: rgb(150,248,88); }

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

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

 span { border-color: rgb(150,248,88); }

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