#8aae48

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

Shades of Chelsea Cucumber #8AAE48

Tints of Chelsea Cucumber #8AAE48

Color information

#8AAE48 (or 0x8AAE48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AE and 48. RGB value is (138,174,72). Sum of RGB (Red+Green+Blue) = 138+174+72=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE48 is #7551B7. Grayscale: #979797. Windows color (decimal): -7688632 or 4763274. OLE color: 4763274.

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

Color convert

RGB13817472-
CMYK0.2100.590.32
HSL81.18º41.46%48.24%-
HSV(B)81.18º58.62%68.24%-
XYZ26.7936.1411.7-
YUV151.6183.07118.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.94%
GREEN value IS 174 (68.36% from 255) = 45.31%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=35.94%
G=45.31%
B=18.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138174720.2100.590.3281.1841.4648.24
Hex8AAE481503B20512930
Octal21225611025073401215160
Binary100010101010111010010001010101110111000001010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aae48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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