Html Css Color HEX #8FDD9F Chinook

📋 copy color: '#8FDD9F'

red 143 ◦ green 221 ◦ blue 159

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

Shades of Chinook #8FDD9F

Tints of Chinook #8FDD9F

RGB

 RED value IS 143 (56.25% from 255) = 27.34%

 GREEN value IS 221 (86.72% from 255) = 42.26%

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

R = 27.34%
G = 42.26%
B = 30.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#8FDD9F (or 0x8FDD9F) is known color: Chinook. HEX triplet: 8F, DD and 9F. RGB value is (143,221,159). Sum of RGB (Red+Green+Blue) = 143+221+159=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDD9F is #702260. Grayscale: #BEBEBE. Windows color (decimal): -7348833 or 10476943. OLE color: 10476943.

HSL color Cylindrical-coordinate representation of color #8FDD9F: hue angle of 132.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDD9F is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 159 -
CMYK 0.35 0 0.28 0.13
HSL 132.31º 0.53% 0.71% -
HSV(B) 132.31º 0.35% 0.87% -
XYZ 43.44 60.06 42.1 -
YUV 190.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 143 221 159 0.35 0 0.28 0.13 132.31 0.53 0.71
Hex 8F DD 9F 23 0 1C D 84 35 47
Octal 217 335 237 43 0 34 15 204 65 107
Binary 10001111 11011101 10011111 100011 0 11100 1101 10000100 110101 1000111

Color Harmonies of #8FDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD9F

Black with #8FDD9F

Text Example


Text Example

White with #8FDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FDD9F; }

 p { color: rgb(143,221,159); }

 H1.HeaderClassName
 {
   color: #8FDD9F;
 }
 .AnyTagClassName
 {
   color: #8FDD9F;
 }
</style>

background-color css

<style>
 a { background-color: #8FDD9F; }

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

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

border-color css

<style>
 span { border-color: #8FDD9F; }

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

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