#8DDC9A

Color #8DDC9A Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #8DDC9A

Tints of Chinook #8DDC9A

Color information

#8DDC9A (or 0x8DDC9A) is unknown color: approx Chinook. HEX triplet: 8D, DC and 9A. RGB value is (141,220,154). Sum of RGB (Red+Green+Blue) = 141+220+154=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC9A is #722365. Grayscale: #BDBDBD. Windows color (decimal): -7480166 or 10149005. OLE color: 10149005.

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

Color convert

RGB141220154-
CMYK0.3600.30.14
HSL129.87º53.02%70.78%-
HSV(B)129.87º35.91%86.27%-
XYZ42.4159.1839.76-
YUV188.86108.3393.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=27.38%
G=42.72%
B=29.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201540.3600.30.14129.8753.0270.78
Hex8DDC9A2401EE823547
Octal215334232440361620265107
Binary1000110111011100100110101001000111101110100000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DDC9A;
 }
 .AnyTagClassName
 {
   color: #8DDC9A;
 }
</style>
background-color css

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

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

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

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

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

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