#8DAE50

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

Shades of Chelsea Cucumber #8DAE50

Tints of Chelsea Cucumber #8DAE50

Color information

#8DAE50 (or 0x8DAE50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AE and 50. RGB value is (141,174,80). Sum of RGB (Red+Green+Blue) = 141+174+80=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE50 is #7251AF. Grayscale: #999999. Windows color (decimal): -7492016 or 5287565. OLE color: 5287565.

HSL color Cylindrical-coordinate representation of color #8DAE50: hue angle of 81.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DAE50 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB14117480-
CMYK0.1900.540.32
HSL81.06º37.01%49.8%-
HSV(B)81.06º54.02%68.24%-
XYZ27.5736.5113.18-
YUV153.4286.57119.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=35.70%
G=44.05%
B=20.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141174800.1900.540.3281.0637.0149.8
Hex8DAE501303620512532
Octal21525612023066401214562
Binary100011011010111010100001001101101101000001010001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,80); }

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

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

 a { background-color: rgb(141,174,80); }

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

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

 span { border-color: rgb(141,174,80); }

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