#8AA360

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

Shades of Chelsea Cucumber #8AA360

Tints of Chelsea Cucumber #8AA360

Color information

#8AA360 (or 0x8AA360) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 60. RGB value is (138,163,96). Sum of RGB (Red+Green+Blue) = 138+163+96=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA360 is #755C9F. Grayscale: #949494. Windows color (decimal): -7691424 or 6333322. OLE color: 6333322.

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

Color convert

RGB13816396-
CMYK0.1500.410.36
HSL82.39º26.69%50.78%-
HSV(B)82.39º41.1%63.92%-
XYZ25.6932.4415.97-
YUV147.8998.72120.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 163 (64.06% from 255) = 41.06%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=34.76%
G=41.06%
B=24.18%

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
Decimal138163960.1500.410.3682.3926.6950.78
Hex8AA360F02924521b33
Octal21224314017051441223363
Binary1000101010100011110000011110101001100100101001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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