#8ADD9C

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

Shades of Chinook #8ADD9C

Tints of Chinook #8ADD9C

Color information

#8ADD9C (or 0x8ADD9C) is unknown color: approx Chinook. HEX triplet: 8A, DD and 9C. RGB value is (138,221,156). Sum of RGB (Red+Green+Blue) = 138+221+156=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD9C is #752263. Grayscale: #BCBCBC. Windows color (decimal): -7676516 or 10280330. OLE color: 10280330.

HSL color Cylindrical-coordinate representation of color #8ADD9C: hue angle of 133.01º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADD9C is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB138221156-
CMYK0.3800.290.13
HSL133.01º54.97%70.39%-
HSV(B)133.01º37.56%86.67%-
XYZ42.3459.5240.71-
YUV188.77109.591.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.80%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=26.80%
G=42.91%
B=30.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211560.3800.290.13133.0154.9770.39
Hex8ADD9C2601DD853746
Octal212335234460351520567106
Binary1000101011011101100111001001100111011101100001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,221,156); }

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

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

 a { background-color: rgb(138,221,156); }

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

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

 span { border-color: rgb(138,221,156); }

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