Html Css Color HEX #8CDC9E Chinook

📋 copy color: '#8CDC9E'

red 140 ◦ green 220 ◦ blue 158

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

Shades of Chinook #8CDC9E

Tints of Chinook #8CDC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.5%

R = 27.03%
G = 42.47%
B = 30.5%

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

#8CDC9E (or 0x8CDC9E) is known color: Chinook. HEX triplet: 8C, DC and 9E. RGB value is (140,220,158). Sum of RGB (Red+Green+Blue) = 140+220+158=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC9E is #732361. Grayscale: #BDBDBD. Windows color (decimal): -7545698 or 10411148. OLE color: 10411148.

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

Color convert

RGB 140 220 158 -
CMYK 0.36 0 0.28 0.14
HSL 133.5º 0.53% 0.71% -
HSV(B) 133.5º 0.36% 0.86% -
XYZ 42.58 59.23 41.54 -
YUV 189.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 140 220 158 0.36 0 0.28 0.14 133.5 0.53 0.71
Hex 8C DC 9E 24 0 1C E 86 35 47
Octal 214 334 236 44 0 34 16 206 65 107
Binary 10001100 11011100 10011110 100100 0 11100 1110 10000110 110101 1000111

Color Harmonies of #8CDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC9E

Black with #8CDC9E

Text Example


Text Example

White with #8CDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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