#8AAE13

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

Shades of Limerick #8AAE13

Tints of Limerick #8AAE13

Color information

#8AAE13 (or 0x8AAE13) is unknown color: approx Limerick. HEX triplet: 8A, AE and 13. RGB value is (138,174,19). Sum of RGB (Red+Green+Blue) = 138+174+19=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE13 is #7551EC. Grayscale: #929292. Windows color (decimal): -7688685 or 1289866. OLE color: 1289866.

HSL color Cylindrical-coordinate representation of color #8AAE13: hue angle of 73.94º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AAE13 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB13817419-
CMYK0.2100.890.32
HSL73.94º80.31%37.84%-
HSV(B)73.94º89.08%68.24%-
XYZ25.7335.726.15-
YUV145.5756.57122.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 19 (7.81% from 255) = 5.74%
R=41.69%
G=52.57%
B=5.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138174190.2100.890.3273.9480.3137.84
Hex8AAE1315059204a5026
Octal212256232501314011212046
Binary100010101010111010011101010101100110000010010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,174,19); }

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

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

 a { background-color: rgb(138,174,19); }

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

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

 span { border-color: rgb(138,174,19); }

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