#8AA260

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

Shades of Chelsea Cucumber #8AA260

Tints of Chelsea Cucumber #8AA260

Color information

#8AA260 (or 0x8AA260) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A2 and 60. RGB value is (138,162,96). Sum of RGB (Red+Green+Blue) = 138+162+96=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA260 is #755D9F. Grayscale: #939393. Windows color (decimal): -7691680 or 6333066. OLE color: 6333066.

HSL color Cylindrical-coordinate representation of color #8AA260: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AA260 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB13816296-
CMYK0.1500.410.36
HSL81.82º26.19%50.59%-
HSV(B)81.82º40.74%63.53%-
XYZ25.5132.0915.92-
YUV147.399.05121.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=34.85%
G=40.91%
B=24.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162960.1500.410.3681.8226.1950.59
Hex8AA260F02924521a33
Octal21224214017051441223263
Binary1000101010100010110000011110101001100100101001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,96); }

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

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

 a { background-color: rgb(138,162,96); }

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

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

 span { border-color: rgb(138,162,96); }

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