#8ACE99

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

Shades of Chinook #8ACE99

Tints of Chinook #8ACE99

Color information

#8ACE99 (or 0x8ACE99) is unknown color: approx Chinook. HEX triplet: 8A, CE and 99. RGB value is (138,206,153). Sum of RGB (Red+Green+Blue) = 138+206+153=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE99 is #753166. Grayscale: #B3B3B3. Windows color (decimal): -7680359 or 10079882. OLE color: 10079882.

HSL color Cylindrical-coordinate representation of color #8ACE99: hue angle of 133.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACE99 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB138206153-
CMYK0.3300.260.19
HSL133.24º40.96%67.45%-
HSV(B)133.24º33.01%80.78%-
XYZ38.351.8538.13-
YUV179.63112.9798.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=27.77%
G=41.45%
B=30.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061530.3300.260.19133.2440.9667.45
Hex8ACE992101A13852943
Octal212316231410322320551103
Binary10001010110011101001100110000101101010011100001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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