#8DAF60

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

Shades of Chelsea Cucumber #8DAF60

Tints of Chelsea Cucumber #8DAF60

Color information

#8DAF60 (or 0x8DAF60) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AF and 60. RGB value is (141,175,96). Sum of RGB (Red+Green+Blue) = 141+175+96=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF60 is #72509F. Grayscale: #9C9C9C. Windows color (decimal): -7491744 or 6336397. OLE color: 6336397.

HSL color Cylindrical-coordinate representation of color #8DAF60: hue angle of 85.82º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DAF60 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB14117596-
CMYK0.1900.450.31
HSL85.82º33.05%53.14%-
HSV(B)85.82º45.14%68.63%-
XYZ28.4337.1716.74-
YUV155.8394.24117.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.22%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=34.22%
G=42.48%
B=23.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141175960.1900.450.3185.8233.0553.14
Hex8DAF601302D1F562135
Octal21525714023055371264165
Binary10001101101011111100000100110101101111111010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,96); }

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

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

 a { background-color: rgb(141,175,96); }

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

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

 span { border-color: rgb(141,175,96); }

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