#8DA16C

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

Shades of Chelsea Cucumber #8DA16C

Tints of Chelsea Cucumber #8DA16C

Color information

#8DA16C (or 0x8DA16C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A1 and 6C. RGB value is (141,161,108). Sum of RGB (Red+Green+Blue) = 141+161+108=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA16C is #725E93. Grayscale: #959595. Windows color (decimal): -7495316 or 7119245. OLE color: 7119245.

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

Color convert

RGB141161108-
CMYK0.1200.330.37
HSL82.64º21.99%52.75%-
HSV(B)82.64º32.92%63.14%-
XYZ26.4432.2419.02-
YUV148.98104.87122.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=34.39%
G=39.27%
B=26.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411611080.1200.330.3782.6421.9952.75
Hex8DA16CC02125531635
Octal21524115414041451232665
Binary1000110110100001110110011000100001100101101001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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