#8DA151

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

Shades of Chelsea Cucumber #8DA151

Tints of Chelsea Cucumber #8DA151

Color information

#8DA151 (or 0x8DA151) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A1 and 51. RGB value is (141,161,81). Sum of RGB (Red+Green+Blue) = 141+161+81=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA151 is #725EAE. Grayscale: #929292. Windows color (decimal): -7495343 or 5349773. OLE color: 5349773.

HSL color Cylindrical-coordinate representation of color #8DA151: hue angle of 75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DA151 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB14116181-
CMYK0.1200.500.37
HSL75º33.06%47.45%-
HSV(B)75º49.69%63.14%-
XYZ25.2131.7512.58-
YUV145.991.37124.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=36.81%
G=42.04%
B=21.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141161810.1200.500.377533.0647.45
Hex8DA151C032254b212f
Octal21524112114062451134157
Binary10001101101000011010001110001100101001011001011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,81); }

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

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

 a { background-color: rgb(141,161,81); }

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

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

 span { border-color: rgb(141,161,81); }

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