#8AA355

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

Shades of Chelsea Cucumber #8AA355

Tints of Chelsea Cucumber #8AA355

Color information

#8AA355 (or 0x8AA355) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 55. RGB value is (138,163,85). Sum of RGB (Red+Green+Blue) = 138+163+85=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA355 is #755CAA. Grayscale: #929292. Windows color (decimal): -7691435 or 5612426. OLE color: 5612426.

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

Color convert

RGB13816385-
CMYK0.1500.480.36
HSL79.23º31.45%48.63%-
HSV(B)79.23º47.85%63.92%-
XYZ25.2232.2513.49-
YUV146.6393.22121.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=35.75%
G=42.23%
B=22.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138163850.1500.480.3679.2331.4548.63
Hex8AA355F030244f1f31
Octal21224312517060441173761
Binary1000101010100011101010111110110000100100100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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