Html Css Color HEX #8FDC9F Chinook

📋 copy color: '#8FDC9F'

red 143 ◦ green 220 ◦ blue 159

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

Shades of Chinook #8FDC9F

Tints of Chinook #8FDC9F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

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

R = 27.39%
G = 42.15%
B = 30.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#8FDC9F (or 0x8FDC9F) is known color: Chinook. HEX triplet: 8F, DC and 9F. RGB value is (143,220,159). Sum of RGB (Red+Green+Blue) = 143+220+159=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDC9F is #702360. Grayscale: #BEBEBE. Windows color (decimal): -7349089 or 10476687. OLE color: 10476687.

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

Color convert

RGB 143 220 159 -
CMYK 0.35 0 0.28 0.14
HSL 132.47º 0.52% 0.71% -
HSV(B) 132.47º 0.35% 0.86% -
XYZ 43.18 59.53 42.02 -
YUV 190.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 143 220 159 0.35 0 0.28 0.14 132.47 0.52 0.71
Hex 8F DC 9F 23 0 1C E 84 34 47
Octal 217 334 237 43 0 34 16 204 64 107
Binary 10001111 11011100 10011111 100011 0 11100 1110 10000100 110100 1000111

Color Harmonies of #8FDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC9F

Black with #8FDC9F

Text Example


Text Example

White with #8FDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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