#8DA470

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

Shades of Chelsea Cucumber #8DA470

Tints of Chelsea Cucumber #8DA470

Color information

#8DA470 (or 0x8DA470) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A4 and 70. RGB value is (141,164,112). Sum of RGB (Red+Green+Blue) = 141+164+112=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA470 is #725B8F. Grayscale: #979797. Windows color (decimal): -7494544 or 7382157. OLE color: 7382157.

HSL color Cylindrical-coordinate representation of color #8DA470: hue angle of 86.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA470 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB141164112-
CMYK0.1400.320.36
HSL86.54º22.22%54.12%-
HSV(B)86.54º31.71%64.31%-
XYZ27.1833.3820.34-
YUV151.2105.88120.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=33.81%
G=39.33%
B=26.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641120.1400.320.3686.5422.2254.12
Hex8DA470E02024571636
Octal21524416016040441272666
Binary1000110110100100111000011100100000100100101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,112); }

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

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

 a { background-color: rgb(141,164,112); }

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

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

 span { border-color: rgb(141,164,112); }

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