#8AA458

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

Shades of Chelsea Cucumber #8AA458

Tints of Chelsea Cucumber #8AA458

Color information

#8AA458 (or 0x8AA458) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 58. RGB value is (138,164,88). Sum of RGB (Red+Green+Blue) = 138+164+88=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA458 is #755BA7. Grayscale: #939393. Windows color (decimal): -7691176 or 5809290. OLE color: 5809290.

HSL color Cylindrical-coordinate representation of color #8AA458: hue angle of 80.53º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA458 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB13816488-
CMYK0.1600.460.36
HSL80.53º30.16%49.41%-
HSV(B)80.53º46.34%64.31%-
XYZ25.5232.6614.19-
YUV147.5694.39121.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=35.38%
G=42.05%
B=22.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164880.1600.460.3680.5330.1649.41
Hex8AA4581002E24511e31
Octal21224413020056441213661
Binary10001010101001001011000100000101110100100101000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,88); }

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

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

 a { background-color: rgb(138,164,88); }

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

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

 span { border-color: rgb(138,164,88); }

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