#8AAC6D

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

Shades of Chelsea Cucumber #8AAC6D

Tints of Chelsea Cucumber #8AAC6D

Color information

#8AAC6D (or 0x8AAC6D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AC and 6D. RGB value is (138,172,109). Sum of RGB (Red+Green+Blue) = 138+172+109=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC6D is #755392. Grayscale: #9A9A9A. Windows color (decimal): -7689107 or 7187594. OLE color: 7187594.

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

Color convert

RGB138172109-
CMYK0.2000.370.33
HSL92.38º27.51%55.1%-
HSV(B)92.38º36.63%67.45%-
XYZ27.9936.0119.94-
YUV154.65102.24116.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=32.94%
G=41.05%
B=26.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381721090.2000.370.3392.3827.5155.1
Hex8AAC6D14025215c1c37
Octal21225415524045411343467
Binary10001010101011001101101101000100101100001101110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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