Html Css Color HEX #96DF9C Chinook

📋 copy color: '#96DF9C'

red 150 ◦ green 223 ◦ blue 156

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

Shades of Chinook #96DF9C

Tints of Chinook #96DF9C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

 BLUE value IS 156 (61.33% from 255) = 29.49%

R = 28.36%
G = 42.16%
B = 29.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#96DF9C (or 0x96DF9C) is known color: Chinook. HEX triplet: 96, DF and 9C. RGB value is (150,223,156). Sum of RGB (Red+Green+Blue) = 150+223+156=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF9C is #692063. Grayscale: #C1C1C1. Windows color (decimal): -6889572 or 10280854. OLE color: 10280854.

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

Color convert

RGB 150 223 156 -
CMYK 0.33 0 0.30 0.13
HSL 124.93º 0.53% 0.73% -
HSV(B) 124.93º 0.33% 0.87% -
XYZ 44.97 61.66 40.98 -
YUV 193.54 106.82 96.95 -
System Red Green Blue C M Y K H S L
Decimal 150 223 156 0.33 0 0.30 0.13 124.93 0.53 0.73
Hex 96 DF 9C 21 0 1E D 7D 35 49
Octal 226 337 234 41 0 36 15 175 65 111
Binary 10010110 11011111 10011100 100001 0 11110 1101 1111101 110101 1001001

Color Harmonies of #96DF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF9C

Black with #96DF9C

Text Example


Text Example

White with #96DF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,156); }

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

background-color css

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

 a { background-color: rgb(150,223,156); }

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

border-color css

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

 span { border-color: rgb(150,223,156); }

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