#8AAE68

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

Shades of Chelsea Cucumber #8AAE68

Tints of Chelsea Cucumber #8AAE68

Color information

#8AAE68 (or 0x8AAE68) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AE and 68. RGB value is (138,174,104). Sum of RGB (Red+Green+Blue) = 138+174+104=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE68 is #755197. Grayscale: #9B9B9B. Windows color (decimal): -7688600 or 6860426. OLE color: 6860426.

HSL color Cylindrical-coordinate representation of color #8AAE68: hue angle of 90.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AAE68 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB138174104-
CMYK0.2100.400.32
HSL90.86º30.17%54.51%-
HSV(B)90.86º40.23%68.24%-
XYZ28.1236.6718.69-
YUV155.2699.07115.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 104 (41.02% from 255) = 25%
R=33.17%
G=41.83%
B=25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741040.2100.400.3290.8630.1754.51
Hex8AAE6815028205b1e37
Octal21225615025050401333667
Binary10001010101011101101000101010101000100000101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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