#8AA85A

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

Shades of Chelsea Cucumber #8AA85A

Tints of Chelsea Cucumber #8AA85A

Color information

#8AA85A (or 0x8AA85A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A8 and 5A. RGB value is (138,168,90). Sum of RGB (Red+Green+Blue) = 138+168+90=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA85A is #7557A5. Grayscale: #969696. Windows color (decimal): -7690150 or 5941386. OLE color: 5941386.

HSL color Cylindrical-coordinate representation of color #8AA85A: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA85A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB13816890-
CMYK0.1800.460.34
HSL83.08º30.95%50.59%-
HSV(B)83.08º46.43%65.88%-
XYZ26.3334.1514.88-
YUV150.1494.06119.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=34.85%
G=42.42%
B=22.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138168900.1800.460.3483.0830.9550.59
Hex8AA85A1202E22531f33
Octal21225013222056421233763
Binary10001010101010001011010100100101110100010101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,168,90); }

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

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

 a { background-color: rgb(138,168,90); }

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

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

 span { border-color: rgb(138,168,90); }

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