#8DA355

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

Shades of Chelsea Cucumber #8DA355

Tints of Chelsea Cucumber #8DA355

Color information

#8DA355 (or 0x8DA355) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A3 and 55. RGB value is (141,163,85). Sum of RGB (Red+Green+Blue) = 141+163+85=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA355 is #725CAA. Grayscale: #939393. Windows color (decimal): -7494827 or 5612429. OLE color: 5612429.

HSL color Cylindrical-coordinate representation of color #8DA355: hue angle of 76.92º 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 #8DA355 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB14116385-
CMYK0.1300.480.36
HSL76.92º31.45%48.63%-
HSV(B)76.92º47.85%63.92%-
XYZ25.7232.5113.51-
YUV147.5392.71123.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.25%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=36.25%
G=41.90%
B=21.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141163850.1300.480.3676.9231.4548.63
Hex8DA355D030244d1f31
Octal21524312515060441153761
Binary1000110110100011101010111010110000100100100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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