#8AAD6D

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

Shades of Chelsea Cucumber #8AAD6D

Tints of Chelsea Cucumber #8AAD6D

Color information

#8AAD6D (or 0x8AAD6D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 6D. RGB value is (138,173,109). Sum of RGB (Red+Green+Blue) = 138+173+109=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD6D is #755292. Grayscale: #9B9B9B. Windows color (decimal): -7688851 or 7187850. OLE color: 7187850.

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

Color convert

RGB138173109-
CMYK0.2000.370.32
HSL92.81º28.07%55.29%-
HSV(B)92.81º36.99%67.84%-
XYZ28.1936.3920.01-
YUV155.24101.9115.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=32.86%
G=41.19%
B=25.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381731090.2000.370.3292.8128.0755.29
Hex8AAD6D14025205d1c37
Octal21225515524045401353467
Binary10001010101011011101101101000100101100000101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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