#8AD699

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

Shades of Chinook #8AD699

Tints of Chinook #8AD699

Color information

#8AD699 (or 0x8AD699) is unknown color: approx Chinook. HEX triplet: 8A, D6 and 99. RGB value is (138,214,153). Sum of RGB (Red+Green+Blue) = 138+214+153=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD699 is #752966. Grayscale: #B8B8B8. Windows color (decimal): -7678311 or 10081930. OLE color: 10081930.

HSL color Cylindrical-coordinate representation of color #8AD699: hue angle of 131.84º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD699 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB138214153-
CMYK0.3600.290.16
HSL131.84º48.1%69.02%-
HSV(B)131.84º35.51%83.92%-
XYZ40.2855.838.78-
YUV184.32110.3294.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.33%
GREEN value IS 214 (83.98% from 255) = 42.38%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=27.33%
G=42.38%
B=30.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382141530.3600.290.16131.8448.169.02
Hex8AD6992401D10843045
Octal212326231440352020460105
Binary10001010110101101001100110010001110110000100001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,214,153); }

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

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

 a { background-color: rgb(138,214,153); }

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

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

 span { border-color: rgb(138,214,153); }

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