#8ADE9B

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

Shades of Chinook #8ADE9B

Tints of Chinook #8ADE9B

Color information

#8ADE9B (or 0x8ADE9B) is unknown color: approx Chinook. HEX triplet: 8A, DE and 9B. RGB value is (138,222,155). Sum of RGB (Red+Green+Blue) = 138+222+155=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE9B is #752164. Grayscale: #BDBDBD. Windows color (decimal): -7676261 or 10215050. OLE color: 10215050.

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

Color convert

RGB138222155-
CMYK0.3800.300.13
HSL132.14º56%70.59%-
HSV(B)132.14º37.84%87.06%-
XYZ42.5260.0140.35-
YUV189.25108.6791.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.80%
GREEN value IS 222 (87.11% from 255) = 43.11%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=26.80%
G=43.11%
B=30.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382221550.3800.300.13132.145670.59
Hex8ADE9B2601ED843847
Octal212336233460361520470107
Binary1000101011011110100110111001100111101101100001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,222,155); }

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

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

 a { background-color: rgb(138,222,155); }

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

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

 span { border-color: rgb(138,222,155); }

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