#8EB150

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

Shades of Chelsea Cucumber #8EB150

Tints of Chelsea Cucumber #8EB150

Color information

#8EB150 (or 0x8EB150) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B1 and 50. RGB value is (142,177,80). Sum of RGB (Red+Green+Blue) = 142+177+80=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB150 is #714EAF. Grayscale: #9B9B9B. Windows color (decimal): -7425712 or 5288334. OLE color: 5288334.

HSL color Cylindrical-coordinate representation of color #8EB150: hue angle of 81.65º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EB150 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB14217780-
CMYK0.2000.550.31
HSL81.65º38.34%50.39%-
HSV(B)81.65º54.8%69.41%-
XYZ28.3337.7713.39-
YUV155.4885.4118.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=35.59%
G=44.36%
B=20.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177800.2000.550.3181.6538.3450.39
Hex8EB150140371F522632
Octal21626112024067371224662
Binary10001110101100011010000101000110111111111010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,80); }

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

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

 a { background-color: rgb(142,177,80); }

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

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

 span { border-color: rgb(142,177,80); }

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