Html Css Color HEX #8CDC9F Chinook

📋 copy color: '#8CDC9F'

red 140 ◦ green 220 ◦ blue 159

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

Shades of Chinook #8CDC9F

Tints of Chinook #8CDC9F

RGB

 RED value IS 140 (55.08% from 255) = 26.97%

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

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

R = 26.97%
G = 42.39%
B = 30.64%

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

#8CDC9F (or 0x8CDC9F) is known color: Chinook. HEX triplet: 8C, DC and 9F. RGB value is (140,220,159). Sum of RGB (Red+Green+Blue) = 140+220+159=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC9F is #732360. Grayscale: #BDBDBD. Windows color (decimal): -7545697 or 10476684. OLE color: 10476684.

HSL color Cylindrical-coordinate representation of color #8CDC9F: hue angle of 134.25º 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 #8CDC9F is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 159 -
CMYK 0.36 0 0.28 0.14
HSL 134.25º 0.53% 0.71% -
HSV(B) 134.25º 0.36% 0.86% -
XYZ 42.67 59.27 41.99 -
YUV 189.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 140 220 159 0.36 0 0.28 0.14 134.25 0.53 0.71
Hex 8C DC 9F 24 0 1C E 86 35 47
Octal 214 334 237 44 0 34 16 206 65 107
Binary 10001100 11011100 10011111 100100 0 11100 1110 10000110 110101 1000111

Color Harmonies of #8CDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC9F

Black with #8CDC9F

Text Example


Text Example

White with #8CDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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