Html Css Color HEX #8DDC9F Chinook

📋 copy color: '#8DDC9F'

red 141 ◦ green 220 ◦ blue 159

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

Shades of Chinook #8DDC9F

Tints of Chinook #8DDC9F

RGB

 RED value IS 141 (55.47% from 255) = 27.12%

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

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

R = 27.12%
G = 42.31%
B = 30.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#8DDC9F (or 0x8DDC9F) is known color: Chinook. HEX triplet: 8D, DC and 9F. RGB value is (141,220,159). Sum of RGB (Red+Green+Blue) = 141+220+159=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC9F is #722360. Grayscale: #BDBDBD. Windows color (decimal): -7480161 or 10476685. OLE color: 10476685.

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

Color convert

RGB 141 220 159 -
CMYK 0.36 0 0.28 0.14
HSL 133.67º 0.53% 0.71% -
HSV(B) 133.67º 0.36% 0.86% -
XYZ 42.84 59.35 42 -
YUV 189.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 141 220 159 0.36 0 0.28 0.14 133.67 0.53 0.71
Hex 8D DC 9F 24 0 1C E 86 35 47
Octal 215 334 237 44 0 34 16 206 65 107
Binary 10001101 11011100 10011111 100100 0 11100 1110 10000110 110101 1000111

Color Harmonies of #8DDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC9F

Black with #8DDC9F

Text Example


Text Example

White with #8DDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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