#8ACD99

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

Shades of Chinook #8ACD99

Tints of Chinook #8ACD99

Color information

#8ACD99 (or 0x8ACD99) is unknown color: approx Chinook. HEX triplet: 8A, CD and 99. RGB value is (138,205,153). Sum of RGB (Red+Green+Blue) = 138+205+153=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD99 is #753266. Grayscale: #B3B3B3. Windows color (decimal): -7680615 or 10079626. OLE color: 10079626.

HSL color Cylindrical-coordinate representation of color #8ACD99: hue angle of 133.43º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACD99 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB138205153-
CMYK0.3300.250.20
HSL133.43º40.12%67.25%-
HSV(B)133.43º32.68%80.39%-
XYZ38.0651.3738.05-
YUV179.04113.398.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=27.82%
G=41.33%
B=30.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051530.3300.250.20133.4340.1267.25
Hex8ACD992101914852843
Octal212315231410312420550103
Binary10001010110011011001100110000101100110100100001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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