#8AAC60

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

Shades of Chelsea Cucumber #8AAC60

Tints of Chelsea Cucumber #8AAC60

Color information

#8AAC60 (or 0x8AAC60) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AC and 60. RGB value is (138,172,96). Sum of RGB (Red+Green+Blue) = 138+172+96=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC60 is #75539F. Grayscale: #999999. Windows color (decimal): -7689120 or 6335626. OLE color: 6335626.

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

Color convert

RGB13817296-
CMYK0.2000.440.33
HSL86.84º31.4%52.55%-
HSV(B)86.84º44.19%67.45%-
XYZ27.3535.7516.53-
YUV153.1795.74117.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=33.99%
G=42.36%
B=23.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172960.2000.440.3386.8431.452.55
Hex8AAC601402C21571f35
Octal21225414024054411273765
Binary10001010101011001100000101000101100100001101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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