#8EB94A

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

Shades of Chelsea Cucumber #8EB94A

Tints of Chelsea Cucumber #8EB94A

Color information

#8EB94A (or 0x8EB94A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B9 and 4A. RGB value is (142,185,74). Sum of RGB (Red+Green+Blue) = 142+185+74=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB94A is #7146B5. Grayscale: #9F9F9F. Windows color (decimal): -7423670 or 4897166. OLE color: 4897166.

HSL color Cylindrical-coordinate representation of color #8EB94A: hue angle of 83.24º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EB94A is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB14218574-
CMYK0.2300.60.27
HSL83.24º44.22%50.78%-
HSV(B)83.24º60%72.55%-
XYZ29.7440.9412.81-
YUV159.4979.75115.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=35.41%
G=46.13%
B=18.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142185740.2300.60.2783.2444.2250.78
Hex8EB94A1703C1B532c33
Octal21627111227074331235463
Binary10001110101110011001010101110111100110111010011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,185,74); }

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

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

 a { background-color: rgb(142,185,74); }

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

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

 span { border-color: rgb(142,185,74); }

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