#8AA65A

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

Shades of Chelsea Cucumber #8AA65A

Tints of Chelsea Cucumber #8AA65A

Color information

#8AA65A (or 0x8AA65A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A6 and 5A. RGB value is (138,166,90). Sum of RGB (Red+Green+Blue) = 138+166+90=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA65A is #7559A5. Grayscale: #959595. Windows color (decimal): -7690662 or 5940874. OLE color: 5940874.

HSL color Cylindrical-coordinate representation of color #8AA65A: hue angle of 82.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA65A is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB13816690-
CMYK0.1700.460.35
HSL82.11º29.92%50.2%-
HSV(B)82.11º45.78%65.1%-
XYZ25.9633.4114.75-
YUV148.9694.72120.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=35.03%
G=42.13%
B=22.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166900.1700.460.3582.1129.9250.2
Hex8AA65A1102E23521e32
Octal21224613221056431223662
Binary10001010101001101011010100010101110100011101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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