#8DB25A

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

Shades of Chelsea Cucumber #8DB25A

Tints of Chelsea Cucumber #8DB25A

Color information

#8DB25A (or 0x8DB25A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B2 and 5A. RGB value is (141,178,90). Sum of RGB (Red+Green+Blue) = 141+178+90=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB25A is #724DA5. Grayscale: #9D9D9D. Windows color (decimal): -7490982 or 5943949. OLE color: 5943949.

HSL color Cylindrical-coordinate representation of color #8DB25A: hue angle of 85.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DB25A is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB14117890-
CMYK0.2100.490.30
HSL85.23º36.36%52.55%-
HSV(B)85.23º49.44%69.8%-
XYZ28.7538.2415.54-
YUV156.990.24116.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.47%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=34.47%
G=43.52%
B=22.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141178900.2100.490.3085.2336.3652.55
Hex8DB25A150311E552435
Octal21526213225061361254465
Binary10001101101100101011010101010110001111101010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,178,90); }

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

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

 a { background-color: rgb(141,178,90); }

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

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

 span { border-color: rgb(141,178,90); }

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