#8AD49A

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

Shades of Chinook #8AD49A

Tints of Chinook #8AD49A

Color information

#8AD49A (or 0x8AD49A) is unknown color: approx Chinook. HEX triplet: 8A, D4 and 9A. RGB value is (138,212,154). Sum of RGB (Red+Green+Blue) = 138+212+154=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD49A is #752B65. Grayscale: #B7B7B7. Windows color (decimal): -7678822 or 10146954. OLE color: 10146954.

HSL color Cylindrical-coordinate representation of color #8AD49A: hue angle of 132.97º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD49A is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB138212154-
CMYK0.3500.270.17
HSL132.97º46.25%68.63%-
HSV(B)132.97º34.91%83.14%-
XYZ39.8654.8239.05-
YUV183.26111.4895.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=27.38%
G=42.06%
B=30.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121540.3500.270.17132.9746.2568.63
Hex8AD49A2301B11852e45
Octal212324232430332120556105
Binary10001010110101001001101010001101101110001100001011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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