#8DB44A

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

Shades of Chelsea Cucumber #8DB44A

Tints of Chelsea Cucumber #8DB44A

Color information

#8DB44A (or 0x8DB44A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B4 and 4A. RGB value is (141,180,74). Sum of RGB (Red+Green+Blue) = 141+180+74=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB44A is #724BB5. Grayscale: #9C9C9C. Windows color (decimal): -7490486 or 4895885. OLE color: 4895885.

HSL color Cylindrical-coordinate representation of color #8DB44A: hue angle of 82.08º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DB44A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB14118074-
CMYK0.2200.590.29
HSL82.08º41.73%49.8%-
HSV(B)82.08º58.89%70.59%-
XYZ28.5438.812.46-
YUV156.2681.58117.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=35.70%
G=45.57%
B=18.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141180740.2200.590.2982.0841.7349.8
Hex8DB44A1603B1D522a32
Octal21526411226073351225262
Binary10001101101101001001010101100111011111011010010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,180,74); }

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

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

 a { background-color: rgb(141,180,74); }

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

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

 span { border-color: rgb(141,180,74); }

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