Html Css Color HEX #96D09D Chinook

📋 copy color: '#96D09D'

red 150 ◦ green 208 ◦ blue 157

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

Shades of Chinook #96D09D

Tints of Chinook #96D09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

 BLUE value IS 157 (61.72% from 255) = 30.49%

R = 29.13%
G = 40.39%
B = 30.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#96D09D (or 0x96D09D) is known color: Chinook. HEX triplet: 96, D0 and 9D. RGB value is (150,208,157). Sum of RGB (Red+Green+Blue) = 150+208+157=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #96D09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D09D is #692F62. Grayscale: #B8B8B8. Windows color (decimal): -6893411 or 10342550. OLE color: 10342550.

HSL color Cylindrical-coordinate representation of color #96D09D: hue angle of 127.24º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D09D is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 157 -
CMYK 0.28 0 0.25 0.18
HSL 127.24º 0.38% 0.7% -
HSV(B) 127.24º 0.28% 0.82% -
XYZ 41.22 54.03 40.15 -
YUV 184.84 112.28 103.15 -
System Red Green Blue C M Y K H S L
Decimal 150 208 157 0.28 0 0.25 0.18 127.24 0.38 0.7
Hex 96 D0 9D 1C 0 19 12 7F 26 46
Octal 226 320 235 34 0 31 22 177 46 106
Binary 10010110 11010000 10011101 11100 0 11001 10010 1111111 100110 1000110

Color Harmonies of #96D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D09D

Black with #96D09D

Text Example


Text Example

White with #96D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,157); }

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

background-color css

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

 a { background-color: rgb(150,208,157); }

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

border-color css

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

 span { border-color: rgb(150,208,157); }

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