#96E95D

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

Shades of Conifer #96E95D

Tints of Conifer #96E95D

Color information

#96E95D (or 0x96E95D) is unknown color: approx Conifer. HEX triplet: 96, E9 and 5D. RGB value is (150,233,93). Sum of RGB (Red+Green+Blue) = 150+233+93=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #96E95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E95D is #6916A2. Grayscale: #C0C0C0. Windows color (decimal): -6887075 or 6154646. OLE color: 6154646.

HSL color Cylindrical-coordinate representation of color #96E95D: hue angle of 95.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96E95D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB15023393-
CMYK0.3600.600.09
HSL95.57º76.09%63.92%-
HSV(B)95.57º60.09%91.37%-
XYZ43.6965.5520.71-
YUV192.227297.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 233 (91.41% from 255) = 48.95%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=31.51%
G=48.95%
B=19.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150233930.3600.600.0995.5776.0963.92
Hex96E95D2403C9604c40
Octal2263511354407411140114100
Binary1001011011101001101110110010001111001001110000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,233,93); }

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

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

 a { background-color: rgb(150,233,93); }

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

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

 span { border-color: rgb(150,233,93); }

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