#8AA057

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

Shades of Chelsea Cucumber #8AA057

Tints of Chelsea Cucumber #8AA057

Color information

#8AA057 (or 0x8AA057) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A0 and 57. RGB value is (138,160,87). Sum of RGB (Red+Green+Blue) = 138+160+87=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA057 is #755FA8. Grayscale: #919191. Windows color (decimal): -7692201 or 5742730. OLE color: 5742730.

HSL color Cylindrical-coordinate representation of color #8AA057: hue angle of 78.08º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA057 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB13816087-
CMYK0.1400.460.37
HSL78.08º29.55%48.43%-
HSV(B)78.08º45.63%62.75%-
XYZ24.7731.2313.74-
YUV145.195.21122.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=35.84%
G=41.56%
B=22.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138160870.1400.460.3778.0829.5548.43
Hex8AA057E02E254e1e30
Octal21224012716056451163660
Binary1000101010100000101011111100101110100101100111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,160,87); }

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

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

 a { background-color: rgb(138,160,87); }

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

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

 span { border-color: rgb(138,160,87); }

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