#8DA16E

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

Shades of Chelsea Cucumber #8DA16E

Tints of Chelsea Cucumber #8DA16E

Color information

#8DA16E (or 0x8DA16E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A1 and 6E. RGB value is (141,161,110). Sum of RGB (Red+Green+Blue) = 141+161+110=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA16E is #725E91. Grayscale: #959595. Windows color (decimal): -7495314 or 7250317. OLE color: 7250317.

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

Color convert

RGB141161110-
CMYK0.1200.320.37
HSL83.53º21.34%53.14%-
HSV(B)83.53º31.68%63.14%-
XYZ26.5432.2819.58-
YUV149.21105.87122.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.22%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=34.22%
G=39.08%
B=26.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411611100.1200.320.3783.5321.3453.14
Hex8DA16EC02025541535
Octal21524115614040451242565
Binary1000110110100001110111011000100000100101101010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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