Html Css Color HEX #9CCF9E Chinook

📋 copy color: '#9CCF9E'

red 156 ◦ green 207 ◦ blue 158

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

Shades of Chinook #9CCF9E

Tints of Chinook #9CCF9E

RGB

 RED value IS 156 (61.33% from 255) = 29.94%

 GREEN value IS 207 (81.25% from 255) = 39.73%

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

R = 29.94%
G = 39.73%
B = 30.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#9CCF9E (or 0x9CCF9E) is known color: Chinook. HEX triplet: 9C, CF and 9E. RGB value is (156,207,158). Sum of RGB (Red+Green+Blue) = 156+207+158=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCF9E is #633061. Grayscale: #BABABA. Windows color (decimal): -6500450 or 10407836. OLE color: 10407836.

HSL color Cylindrical-coordinate representation of color #9CCF9E: hue angle of 122.35º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CCF9E is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 207 158 -
CMYK 0.25 0 0.24 0.19
HSL 122.35º 0.35% 0.71% -
HSV(B) 122.35º 0.25% 0.81% -
XYZ 42.19 54.16 40.58 -
YUV 186.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 156 207 158 0.25 0 0.24 0.19 122.35 0.35 0.71
Hex 9C CF 9E 19 0 18 13 7A 23 47
Octal 234 317 236 31 0 30 23 172 43 107
Binary 10011100 11001111 10011110 11001 0 11000 10011 1111010 100011 1000111

Color Harmonies of #9CCF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF9E

Black with #9CCF9E

Text Example


Text Example

White with #9CCF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CCF9E; }

 p { color: rgb(156,207,158); }

 H1.HeaderClassName
 {
   color: #9CCF9E;
 }
 .AnyTagClassName
 {
   color: #9CCF9E;
 }
</style>

background-color css

<style>
 a { background-color: #9CCF9E; }

 a { background-color: rgb(156,207,158); }

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

border-color css

<style>
 span { border-color: #9CCF9E; }

 span { border-color: rgb(156,207,158); }

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