Html Css Color HEX #9FCEA3 Chinook

📋 copy color: '#9FCEA3'

red 159 ◦ green 206 ◦ blue 163

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

Shades of Chinook #9FCEA3

Tints of Chinook #9FCEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.87%

R = 30.11%
G = 39.02%
B = 30.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#9FCEA3 (or 0x9FCEA3) is known color: Chinook. HEX triplet: 9F, CE and A3. RGB value is (159,206,163). Sum of RGB (Red+Green+Blue) = 159+206+163=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEA3 is #60315C. Grayscale: #BBBBBB. Windows color (decimal): -6304093 or 10735263. OLE color: 10735263.

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

Color convert

RGB 159 206 163 -
CMYK 0.23 0 0.21 0.19
HSL 125.11º 0.32% 0.72% -
HSV(B) 125.11º 0.23% 0.81% -
XYZ 42.98 54.16 42.84 -
YUV 187.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 159 206 163 0.23 0 0.21 0.19 125.11 0.32 0.72
Hex 9F CE A3 17 0 15 13 7D 20 48
Octal 237 316 243 27 0 25 23 175 40 110
Binary 10011111 11001110 10100011 10111 0 10101 10011 1111101 100000 1001000

Color Harmonies of #9FCEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEA3

Black with #9FCEA3

Text Example


Text Example

White with #9FCEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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