#8AAC66

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

Shades of Chelsea Cucumber #8AAC66

Tints of Chelsea Cucumber #8AAC66

Color information

#8AAC66 (or 0x8AAC66) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AC and 66. RGB value is (138,172,102). Sum of RGB (Red+Green+Blue) = 138+172+102=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC66 is #755399. Grayscale: #9A9A9A. Windows color (decimal): -7689114 or 6728842. OLE color: 6728842.

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

Color convert

RGB138172102-
CMYK0.2000.410.33
HSL89.14º29.66%53.73%-
HSV(B)89.14º40.7%67.45%-
XYZ27.6335.8718.04-
YUV153.8598.74116.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=33.50%
G=41.75%
B=24.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381721020.2000.410.3389.1429.6653.73
Hex8AAC661402921591e36
Octal21225414624051411313666
Binary10001010101011001100110101000101001100001101100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,102); }

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

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

 a { background-color: rgb(138,172,102); }

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

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

 span { border-color: rgb(138,172,102); }

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