#8EAF3A

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

Shades of Limerick #8EAF3A

Tints of Limerick #8EAF3A

Color information

#8EAF3A (or 0x8EAF3A) is unknown color: approx Limerick. HEX triplet: 8E, AF and 3A. RGB value is (142,175,58). Sum of RGB (Red+Green+Blue) = 142+175+58=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF3A is #7150C5. Grayscale: #989898. Windows color (decimal): -7426246 or 3846030. OLE color: 3846030.

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

Color convert

RGB14217558-
CMYK0.1900.670.31
HSL76.92º50.21%45.69%-
HSV(B)76.92º66.86%68.63%-
XYZ27.2536.729.65-
YUV151.7975.07121.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 175 (68.75% from 255) = 46.67%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=37.87%
G=46.67%
B=15.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175580.1900.670.3176.9250.2145.69
Hex8EAF3A130431F4d322e
Octal21625772230103371156256
Binary10001110101011111110101001101000011111111001101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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