#8AAE65

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

Shades of Chelsea Cucumber #8AAE65

Tints of Chelsea Cucumber #8AAE65

Color information

#8AAE65 (or 0x8AAE65) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AE and 65. RGB value is (138,174,101). Sum of RGB (Red+Green+Blue) = 138+174+101=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE65 is #75519A. Grayscale: #9B9B9B. Windows color (decimal): -7688603 or 6663818. OLE color: 6663818.

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

Color convert

RGB138174101-
CMYK0.2100.420.32
HSL89.59º31.06%53.92%-
HSV(B)89.59º41.95%68.24%-
XYZ27.9736.6117.91-
YUV154.9197.57115.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=33.41%
G=42.13%
B=24.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741010.2100.420.3289.5931.0653.92
Hex8AAE651502A205a1f36
Octal21225614525052401323766
Binary10001010101011101100101101010101010100000101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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