#8DAD4C

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

Shades of Chelsea Cucumber #8DAD4C

Tints of Chelsea Cucumber #8DAD4C

Color information

#8DAD4C (or 0x8DAD4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AD and 4C. RGB value is (141,173,76). Sum of RGB (Red+Green+Blue) = 141+173+76=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD4C is #7252B3. Grayscale: #989898. Windows color (decimal): -7492276 or 5025165. OLE color: 5025165.

HSL color Cylindrical-coordinate representation of color #8DAD4C: hue angle of 79.79º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DAD4C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB14117376-
CMYK0.1800.560.32
HSL79.79º38.96%48.82%-
HSV(B)79.79º56.07%67.84%-
XYZ27.2336.0712.36-
YUV152.3784.9119.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 173 (67.97% from 255) = 44.36%
BLUE value IS 76 (30.08% from 255) = 19.49%
R=36.15%
G=44.36%
B=19.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141173760.1800.560.3279.7938.9648.82
Hex8DAD4C1203820502731
Octal21525511422070401204761
Binary100011011010110110011001001001110001000001010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,173,76); }

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

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

 a { background-color: rgb(141,173,76); }

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

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

 span { border-color: rgb(141,173,76); }

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