Html Css Color HEX #8CDC9A Chinook

📋 copy color: '#8CDC9A'

red 140 ◦ green 220 ◦ blue 154

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

Shades of Chinook #8CDC9A

Tints of Chinook #8CDC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.96%

R = 27.24%
G = 42.8%
B = 29.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#8CDC9A (or 0x8CDC9A) is known color: Chinook. HEX triplet: 8C, DC and 9A. RGB value is (140,220,154). Sum of RGB (Red+Green+Blue) = 140+220+154=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC9A is #732365. Grayscale: #BCBCBC. Windows color (decimal): -7545702 or 10149004. OLE color: 10149004.

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

Color convert

RGB 140 220 154 -
CMYK 0.36 0 0.3 0.14
HSL 130.5º 0.53% 0.71% -
HSV(B) 130.5º 0.36% 0.86% -
XYZ 42.24 59.09 39.75 -
YUV 188.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 140 220 154 0.36 0 0.3 0.14 130.5 0.53 0.71
Hex 8C DC 9A 24 0 1E E 82 35 47
Octal 214 334 232 44 0 36 16 202 65 107
Binary 10001100 11011100 10011010 100100 0 11110 1110 10000010 110101 1000111

Color Harmonies of #8CDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC9A

Black with #8CDC9A

Text Example


Text Example

White with #8CDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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