Html Css Color HEX #9FCEA4 Chinook

📋 copy color: '#9FCEA4'

red 159 ◦ green 206 ◦ blue 164

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

Shades of Chinook #9FCEA4

Tints of Chinook #9FCEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31%

R = 30.06%
G = 38.94%
B = 31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#9FCEA4 (or 0x9FCEA4) is known color: Chinook. HEX triplet: 9F, CE and A4. RGB value is (159,206,164). Sum of RGB (Red+Green+Blue) = 159+206+164=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEA4 is #60315B. Grayscale: #BBBBBB. Windows color (decimal): -6304092 or 10800799. OLE color: 10800799.

HSL color Cylindrical-coordinate representation of color #9FCEA4: hue angle of 126.38º 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 #9FCEA4 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 164 -
CMYK 0.23 0 0.20 0.19
HSL 126.38º 0.32% 0.72% -
HSV(B) 126.38º 0.23% 0.81% -
XYZ 43.07 54.19 43.31 -
YUV 187.16 114.93 107.92 -
System Red Green Blue C M Y K H S L
Decimal 159 206 164 0.23 0 0.20 0.19 126.38 0.32 0.72
Hex 9F CE A4 17 0 14 13 7E 20 48
Octal 237 316 244 27 0 24 23 176 40 110
Binary 10011111 11001110 10100100 10111 0 10100 10011 1111110 100000 1001000

Color Harmonies of #9FCEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEA4

Black with #9FCEA4

Text Example


Text Example

White with #9FCEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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