#8EA14B

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

Shades of Chelsea Cucumber #8EA14B

Tints of Chelsea Cucumber #8EA14B

Color information

#8EA14B (or 0x8EA14B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A1 and 4B. RGB value is (142,161,75). Sum of RGB (Red+Green+Blue) = 142+161+75=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA14B is #715EB4. Grayscale: #919191. Windows color (decimal): -7429813 or 4956558. OLE color: 4956558.

HSL color Cylindrical-coordinate representation of color #8EA14B: hue angle of 73.26º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EA14B is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB14216175-
CMYK0.1200.530.37
HSL73.26º36.44%46.27%-
HSV(B)73.26º53.42%63.14%-
XYZ25.1731.7511.46-
YUV145.5188.21125.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=37.57%
G=42.59%
B=19.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142161750.1200.530.3773.2636.4446.27
Hex8EA14BC0352549242e
Octal21624111314065451114456
Binary10001110101000011001011110001101011001011001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,75); }

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

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

 a { background-color: rgb(142,161,75); }

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

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

 span { border-color: rgb(142,161,75); }

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