#8AAD66

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

Shades of Chelsea Cucumber #8AAD66

Tints of Chelsea Cucumber #8AAD66

Color information

#8AAD66 (or 0x8AAD66) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 66. RGB value is (138,173,102). Sum of RGB (Red+Green+Blue) = 138+173+102=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD66 is #755299. Grayscale: #9A9A9A. Windows color (decimal): -7688858 or 6729098. OLE color: 6729098.

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

Color convert

RGB138173102-
CMYK0.2000.410.32
HSL89.58º30.21%53.92%-
HSV(B)89.58º41.04%67.84%-
XYZ27.8236.2518.1-
YUV154.4498.4116.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 173 (67.97% from 255) = 41.89%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=33.41%
G=41.89%
B=24.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381731020.2000.410.3289.5830.2153.92
Hex8AAD6614029205a1e36
Octal21225514624051401323666
Binary10001010101011011100110101000101001100000101101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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