#8EA93C

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

Shades of Limerick #8EA93C

Tints of Limerick #8EA93C

Color information

#8EA93C (or 0x8EA93C) is unknown color: approx Limerick. HEX triplet: 8E, A9 and 3C. RGB value is (142,169,60). Sum of RGB (Red+Green+Blue) = 142+169+60=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA93C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA93C is #7156C3. Grayscale: #949494. Windows color (decimal): -7427780 or 3975566. OLE color: 3975566.

HSL color Cylindrical-coordinate representation of color #8EA93C: hue angle of 74.86º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EA93C is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB14216960-
CMYK0.1600.640.34
HSL74.86º47.6%44.9%-
HSV(B)74.86º64.5%66.27%-
XYZ26.1634.459.55-
YUV148.578.05123.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=38.27%
G=45.55%
B=16.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142169600.1600.640.3474.8647.644.9
Hex8EA93C10040224b302d
Octal21625174200100421136055
Binary100011101010100111110010000010000001000101001011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,60); }

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

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

 a { background-color: rgb(142,169,60); }

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

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

 span { border-color: rgb(142,169,60); }

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