Html Css Color HEX #9FCEA7 Chinook

📋 copy color: '#9FCEA7'

red 159 ◦ green 206 ◦ blue 167

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

Shades of Chinook #9FCEA7

Tints of Chinook #9FCEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.39%

R = 29.89%
G = 38.72%
B = 31.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#9FCEA7 (or 0x9FCEA7) is known color: Chinook. HEX triplet: 9F, CE and A7. RGB value is (159,206,167). Sum of RGB (Red+Green+Blue) = 159+206+167=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEA7 is #603158. Grayscale: #BBBBBB. Windows color (decimal): -6304089 or 10997407. OLE color: 10997407.

HSL color Cylindrical-coordinate representation of color #9FCEA7: hue angle of 130.21º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEA7 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 167 -
CMYK 0.23 0 0.19 0.19
HSL 130.21º 0.32% 0.72% -
HSV(B) 130.21º 0.23% 0.81% -
XYZ 43.34 54.3 44.76 -
YUV 187.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 159 206 167 0.23 0 0.19 0.19 130.21 0.32 0.72
Hex 9F CE A7 17 0 13 13 82 20 48
Octal 237 316 247 27 0 23 23 202 40 110
Binary 10011111 11001110 10100111 10111 0 10011 10011 10000010 100000 1001000

Color Harmonies of #9FCEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEA7

Black with #9FCEA7

Text Example


Text Example

White with #9FCEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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