Html Css Color HEX #96DD9E Chinook

📋 copy color: '#96DD9E'

red 150 ◦ green 221 ◦ blue 158

#96DD9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #96DD9E

Tints of Chinook #96DD9E

RGB

 RED value IS 150 (58.98% from 255) = 28.36%

 GREEN value IS 221 (86.72% from 255) = 41.78%

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 28.36%
G = 41.78%
B = 29.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#96DD9E (or 0x96DD9E) is known color: Chinook. HEX triplet: 96, DD and 9E. RGB value is (150,221,158). Sum of RGB (Red+Green+Blue) = 150+221+158=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD9E is #692261. Grayscale: #C0C0C0. Windows color (decimal): -6890082 or 10411414. OLE color: 10411414.

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

Color convert

RGB 150 221 158 -
CMYK 0.32 0 0.29 0.13
HSL 126.76º 0.51% 0.73% -
HSV(B) 126.76º 0.32% 0.87% -
XYZ 44.61 60.67 41.71 -
YUV 192.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 150 221 158 0.32 0 0.29 0.13 126.76 0.51 0.73
Hex 96 DD 9E 20 0 1D D 7F 33 49
Octal 226 335 236 40 0 35 15 177 63 111
Binary 10010110 11011101 10011110 100000 0 11101 1101 1111111 110011 1001001

Color Harmonies of #96DD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD9E

Black with #96DD9E

Text Example


Text Example

White with #96DD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96DD9E;
 }
 .AnyTagClassName
 {
   color: #96DD9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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