#96DA59

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

Shades of Conifer #96DA59

Tints of Conifer #96DA59

Color information

#96DA59 (or 0x96DA59) is unknown color: approx Conifer. HEX triplet: 96, DA and 59. RGB value is (150,218,89). Sum of RGB (Red+Green+Blue) = 150+218+89=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA59 is #6925A6. Grayscale: #B7B7B7. Windows color (decimal): -6890919 or 5888662. OLE color: 5888662.

HSL color Cylindrical-coordinate representation of color #96DA59: hue angle of 91.63º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96DA59 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB15021889-
CMYK0.3100.590.15
HSL91.63º63.55%60.2%-
HSV(B)91.63º59.17%85.49%-
XYZ39.4557.3518.44-
YUV182.9674.97104.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=32.82%
G=47.70%
B=19.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150218890.3100.590.1591.6363.5560.2
Hex96DA591F03BF5c403c
Octal226332131370731713410074
Binary10010110110110101011001111110111011111110111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,218,89); }

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

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

 a { background-color: rgb(150,218,89); }

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

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

 span { border-color: rgb(150,218,89); }

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