#8EAF38

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

Shades of Limerick #8EAF38

Tints of Limerick #8EAF38

Color information

#8EAF38 (or 0x8EAF38) is unknown color: approx Limerick. HEX triplet: 8E, AF and 38. RGB value is (142,175,56). Sum of RGB (Red+Green+Blue) = 142+175+56=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF38 is #7150C7. Grayscale: #989898. Windows color (decimal): -7426248 or 3714958. OLE color: 3714958.

HSL color Cylindrical-coordinate representation of color #8EAF38: hue angle of 76.64º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EAF38 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB14217556-
CMYK0.1900.680.31
HSL76.64º51.52%45.29%-
HSV(B)76.64º68%68.63%-
XYZ27.236.79.39-
YUV151.5774.07121.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 56 (22.27% from 255) = 15.01%
R=38.07%
G=46.92%
B=15.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175560.1900.680.3176.6451.5245.29
Hex8EAF38130441F4d342d
Octal21625770230104371156455
Binary10001110101011111110001001101000100111111001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,175,56); }

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

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

 a { background-color: rgb(142,175,56); }

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

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

 span { border-color: rgb(142,175,56); }

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