Html Css Color HEX #96D09F Chinook

📋 copy color: '#96D09F'

red 150 ◦ green 208 ◦ blue 159

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

Shades of Chinook #96D09F

Tints of Chinook #96D09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.75%

R = 29.01%
G = 40.23%
B = 30.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#96D09F (or 0x96D09F) is known color: Chinook. HEX triplet: 96, D0 and 9F. RGB value is (150,208,159). Sum of RGB (Red+Green+Blue) = 150+208+159=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #96D09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D09F is #692F60. Grayscale: #B9B9B9. Windows color (decimal): -6893409 or 10473622. OLE color: 10473622.

HSL color Cylindrical-coordinate representation of color #96D09F: hue angle of 129.31º 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 #96D09F is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 159 -
CMYK 0.28 0 0.24 0.18
HSL 129.31º 0.38% 0.7% -
HSV(B) 129.31º 0.28% 0.82% -
XYZ 41.39 54.1 41.06 -
YUV 185.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 150 208 159 0.28 0 0.24 0.18 129.31 0.38 0.7
Hex 96 D0 9F 1C 0 18 12 81 26 46
Octal 226 320 237 34 0 30 22 201 46 106
Binary 10010110 11010000 10011111 11100 0 11000 10010 10000001 100110 1000110

Color Harmonies of #96D09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D09F

Black with #96D09F

Text Example


Text Example

White with #96D09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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