#8DA16F

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

Shades of Chelsea Cucumber #8DA16F

Tints of Chelsea Cucumber #8DA16F

Color information

#8DA16F (or 0x8DA16F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A1 and 6F. RGB value is (141,161,111). Sum of RGB (Red+Green+Blue) = 141+161+111=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA16F is #725E90. Grayscale: #959595. Windows color (decimal): -7495313 or 7315853. OLE color: 7315853.

HSL color Cylindrical-coordinate representation of color #8DA16F: hue angle of 84º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DA16F is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB141161111-
CMYK0.1200.310.37
HSL84º21.01%53.33%-
HSV(B)84º31.06%63.14%-
XYZ26.632.319.87-
YUV149.32106.37122.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=34.14%
G=38.98%
B=26.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411611110.1200.310.378421.0153.33
Hex8DA16FC01F25541535
Octal21524115714037451242565
Binary100011011010000111011111100011111100101101010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,111); }

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

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

 a { background-color: rgb(141,161,111); }

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

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

 span { border-color: rgb(141,161,111); }

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