#96DD60

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

Shades of Conifer #96DD60

Tints of Conifer #96DD60

Color information

#96DD60 (or 0x96DD60) is unknown color: approx Conifer. HEX triplet: 96, DD and 60. RGB value is (150,221,96). Sum of RGB (Red+Green+Blue) = 150+221+96=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD60 is #69229F. Grayscale: #B9B9B9. Windows color (decimal): -6890144 or 6348182. OLE color: 6348182.

HSL color Cylindrical-coordinate representation of color #96DD60: hue angle of 94.08º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96DD60 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB15022196-
CMYK0.3200.570.13
HSL94.08º64.77%62.16%-
HSV(B)94.08º56.56%86.67%-
XYZ40.5559.0420.33-
YUV185.5277.48102.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 221 (86.72% from 255) = 47.32%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=32.12%
G=47.32%
B=20.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150221960.3200.570.1394.0864.7762.16
Hex96DD6020039D5e413e
Octal226335140400711513610176
Binary100101101101110111000001000000111001110110111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,96); }

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

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

 a { background-color: rgb(150,221,96); }

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

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

 span { border-color: rgb(150,221,96); }

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