#8AA371

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

Shades of Chelsea Cucumber #8AA371

Tints of Chelsea Cucumber #8AA371

Color information

#8AA371 (or 0x8AA371) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 71. RGB value is (138,163,113). Sum of RGB (Red+Green+Blue) = 138+163+113=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA371 is #755C8E. Grayscale: #969696. Windows color (decimal): -7691407 or 7447434. OLE color: 7447434.

HSL color Cylindrical-coordinate representation of color #8AA371: hue angle of 90º degrees, saturation: 0.21, 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 #8AA371 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB138163113-
CMYK0.1500.310.36
HSL90º21.37%54.12%-
HSV(B)90º30.67%63.92%-
XYZ26.5632.7920.55-
YUV149.82107.22119.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=33.33%
G=39.37%
B=27.29%

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
Decimal1381631130.1500.310.369021.3754.12
Hex8AA371F01F245a1536
Octal21224316117037441322566
Binary100010101010001111100011111011111100100101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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