#8EAA21

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

Shades of Limerick #8EAA21

Tints of Limerick #8EAA21

Color information

#8EAA21 (or 0x8EAA21) is unknown color: approx Limerick. HEX triplet: 8E, AA and 21. RGB value is (142,170,33). Sum of RGB (Red+Green+Blue) = 142+170+33=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAA21 is #7155DE. Grayscale: #929292. Windows color (decimal): -7427551 or 2206350. OLE color: 2206350.

HSL color Cylindrical-coordinate representation of color #8EAA21: hue angle of 72.26º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8EAA21 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB14217033-
CMYK0.1600.810.33
HSL72.26º67.49%39.8%-
HSV(B)72.26º80.59%66.67%-
XYZ25.834.616.76-
YUV146.0164.22125.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 170 (66.80% from 255) = 49.28%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=41.16%
G=49.28%
B=9.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170330.1600.810.3372.2667.4939.8
Hex8EAA211005121484328
Octal216252412001214111010350
Binary1000111010101010100001100000101000110000110010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,33); }

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

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

 a { background-color: rgb(142,170,33); }

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

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

 span { border-color: rgb(142,170,33); }

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