Html Css Color HEX #96CE9F Chinook

📋 copy color: '#96CE9F'

red 150 ◦ green 206 ◦ blue 159

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

Shades of Chinook #96CE9F

Tints of Chinook #96CE9F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40%

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

R = 29.13%
G = 40%
B = 30.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#96CE9F (or 0x96CE9F) is known color: Chinook. HEX triplet: 96, CE and 9F. RGB value is (150,206,159). Sum of RGB (Red+Green+Blue) = 150+206+159=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE9F is #693160. Grayscale: #B8B8B8. Windows color (decimal): -6893921 or 10473110. OLE color: 10473110.

HSL color Cylindrical-coordinate representation of color #96CE9F: hue angle of 129.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CE9F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 159 -
CMYK 0.27 0 0.23 0.19
HSL 129.64º 0.36% 0.7% -
HSV(B) 129.64º 0.27% 0.81% -
XYZ 40.91 53.13 40.9 -
YUV 183.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 150 206 159 0.27 0 0.23 0.19 129.64 0.36 0.7
Hex 96 CE 9F 1B 0 17 13 82 24 46
Octal 226 316 237 33 0 27 23 202 44 106
Binary 10010110 11001110 10011111 11011 0 10111 10011 10000010 100100 1000110

Color Harmonies of #96CE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE9F

Black with #96CE9F

Text Example


Text Example

White with #96CE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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