#8AAE66

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

Shades of Chelsea Cucumber #8AAE66

Tints of Chelsea Cucumber #8AAE66

Color information

#8AAE66 (or 0x8AAE66) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AE and 66. RGB value is (138,174,102). Sum of RGB (Red+Green+Blue) = 138+174+102=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE66 is #755199. Grayscale: #9B9B9B. Windows color (decimal): -7688602 or 6729354. OLE color: 6729354.

HSL color Cylindrical-coordinate representation of color #8AAE66: hue angle of 90º degrees, saturation: 0.31, 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 #8AAE66 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB138174102-
CMYK0.2100.410.32
HSL90º30.77%54.12%-
HSV(B)90º41.38%68.24%-
XYZ28.0236.6318.16-
YUV155.0398.07115.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=33.33%
G=42.03%
B=24.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741020.2100.410.329030.7754.12
Hex8AAE6615029205a1f36
Octal21225614625051401323766
Binary10001010101011101100110101010101001100000101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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