Html Css Color HEX #9FCD9E Chinook

📋 copy color: '#9FCD9E'

red 159 ◦ green 205 ◦ blue 158

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

Shades of Chinook #9FCD9E

Tints of Chinook #9FCD9E

RGB

 RED value IS 159 (62.5% from 255) = 30.46%

 GREEN value IS 205 (80.47% from 255) = 39.27%

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

R = 30.46%
G = 39.27%
B = 30.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#9FCD9E (or 0x9FCD9E) is known color: Chinook. HEX triplet: 9F, CD and 9E. RGB value is (159,205,158). Sum of RGB (Red+Green+Blue) = 159+205+158=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD9E is #603261. Grayscale: #BABABA. Windows color (decimal): -6304354 or 10407327. OLE color: 10407327.

HSL color Cylindrical-coordinate representation of color #9FCD9E: hue angle of 118.72º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCD9E is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 158 -
CMYK 0.22 0 0.23 0.20
HSL 118.72º 0.32% 0.71% -
HSV(B) 118.72º 0.23% 0.8% -
XYZ 42.3 53.5 40.45 -
YUV 185.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 159 205 158 0.22 0 0.23 0.20 118.72 0.32 0.71
Hex 9F CD 9E 16 0 17 14 77 20 47
Octal 237 315 236 26 0 27 24 167 40 107
Binary 10011111 11001101 10011110 10110 0 10111 10100 1110111 100000 1000111

Color Harmonies of #9FCD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD9E

Black with #9FCD9E

Text Example


Text Example

White with #9FCD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,158); }

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

background-color css

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

 a { background-color: rgb(159,205,158); }

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

border-color css

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

 span { border-color: rgb(159,205,158); }

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