#8AA370

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

Shades of Chelsea Cucumber #8AA370

Tints of Chelsea Cucumber #8AA370

Color information

#8AA370 (or 0x8AA370) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 70. RGB value is (138,163,112). Sum of RGB (Red+Green+Blue) = 138+163+112=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA370 is #755C8F. Grayscale: #959595. Windows color (decimal): -7691408 or 7381898. OLE color: 7381898.

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

Color convert

RGB138163112-
CMYK0.1500.310.36
HSL89.41º21.7%53.92%-
HSV(B)89.41º31.29%63.92%-
XYZ26.532.7720.26-
YUV149.71106.72119.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=33.41%
G=39.47%
B=27.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381631120.1500.310.3689.4121.753.92
Hex8AA370F01F24591636
Octal21224316017037441312666
Binary100010101010001111100001111011111100100101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,112); }

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

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

 a { background-color: rgb(138,163,112); }

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

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

 span { border-color: rgb(138,163,112); }

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