Html Css Color HEX #9FCE9F Chinook

📋 copy color: '#9FCE9F'

red 159 ◦ green 206 ◦ blue 159

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

Shades of Chinook #9FCE9F

Tints of Chinook #9FCE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.34%

R = 30.34%
G = 39.31%
B = 30.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#9FCE9F (or 0x9FCE9F) is known color: Chinook. HEX triplet: 9F, CE and 9F. RGB value is (159,206,159). Sum of RGB (Red+Green+Blue) = 159+206+159=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCE9F is #603160. Grayscale: #BABABA. Windows color (decimal): -6304097 or 10473119. OLE color: 10473119.

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

Color convert

RGB 159 206 159 -
CMYK 0.23 0 0.23 0.19
HSL 120º 0.32% 0.72% -
HSV(B) 120º 0.23% 0.81% -
XYZ 42.63 54.02 40.98 -
YUV 186.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 159 206 159 0.23 0 0.23 0.19 120 0.32 0.72
Hex 9F CE 9F 17 0 17 13 78 20 48
Octal 237 316 237 27 0 27 23 170 40 110
Binary 10011111 11001110 10011111 10111 0 10111 10011 1111000 100000 1001000

Color Harmonies of #9FCE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCE9F

Black with #9FCE9F

Text Example


Text Example

White with #9FCE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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