#8DA455

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

Shades of Chelsea Cucumber #8DA455

Tints of Chelsea Cucumber #8DA455

Color information

#8DA455 (or 0x8DA455) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A4 and 55. RGB value is (141,164,85). Sum of RGB (Red+Green+Blue) = 141+164+85=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA455 is #725BAA. Grayscale: #949494. Windows color (decimal): -7494571 or 5612685. OLE color: 5612685.

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

Color convert

RGB14116485-
CMYK0.1400.480.36
HSL77.47º31.73%48.82%-
HSV(B)77.47º48.17%64.31%-
XYZ25.932.8713.57-
YUV148.1292.38122.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=36.15%
G=42.05%
B=21.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141164850.1400.480.3677.4731.7348.82
Hex8DA455E030244d2031
Octal21524412516060441154061
Binary10001101101001001010101111001100001001001001101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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