#8DA745

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

Shades of Chelsea Cucumber #8DA745

Tints of Chelsea Cucumber #8DA745

Color information

#8DA745 (or 0x8DA745) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A7 and 45. RGB value is (141,167,69). Sum of RGB (Red+Green+Blue) = 141+167+69=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA745 is #7258BA. Grayscale: #949494. Windows color (decimal): -7493819 or 4564877. OLE color: 4564877.

HSL color Cylindrical-coordinate representation of color #8DA745: hue angle of 75.92º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DA745 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB14116769-
CMYK0.1600.590.35
HSL75.92º41.53%46.27%-
HSV(B)75.92º58.68%65.49%-
XYZ25.8833.7310.78-
YUV148.0583.39122.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=37.40%
G=44.30%
B=18.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141167690.1600.590.3575.9241.5346.27
Hex8DA7451003B234c2a2e
Octal21524710520073431145256
Binary100011011010011110001011000001110111000111001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,167,69); }

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

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

 a { background-color: rgb(141,167,69); }

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

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

 span { border-color: rgb(141,167,69); }

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