#8AD09A

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

Shades of Chinook #8AD09A

Tints of Chinook #8AD09A

Color information

#8AD09A (or 0x8AD09A) is unknown color: approx Chinook. HEX triplet: 8A, D0 and 9A. RGB value is (138,208,154). Sum of RGB (Red+Green+Blue) = 138+208+154=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD09A is #752F65. Grayscale: #B5B5B5. Windows color (decimal): -7679846 or 10145930. OLE color: 10145930.

HSL color Cylindrical-coordinate representation of color #8AD09A: hue angle of 133.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD09A is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB138208154-
CMYK0.3400.260.18
HSL133.71º42.68%67.84%-
HSV(B)133.71º33.65%81.57%-
XYZ38.8752.8538.72-
YUV180.91112.8197.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.6%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=27.6%
G=41.6%
B=30.8%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081540.3400.260.18133.7142.6867.84
Hex8AD09A2201A12862b44
Octal212320232420322220653104
Binary10001010110100001001101010001001101010010100001101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,208,154); }

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

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

 a { background-color: rgb(138,208,154); }

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

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

 span { border-color: rgb(138,208,154); }

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