#8AAA12

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

Shades of Limerick #8AAA12

Tints of Limerick #8AAA12

Color information

#8AAA12 (or 0x8AAA12) is unknown color: approx Limerick. HEX triplet: 8A, AA and 12. RGB value is (138,170,18). Sum of RGB (Red+Green+Blue) = 138+170+18=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA12 is #7555ED. Grayscale: #8F8F8F. Windows color (decimal): -7689710 or 1223306. OLE color: 1223306.

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

Color convert

RGB13817018-
CMYK0.1900.890.33
HSL72.63º80.85%36.86%-
HSV(B)72.63º89.41%66.67%-
XYZ24.9734.25.86-
YUV143.157.4124.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.33%
GREEN value IS 170 (66.80% from 255) = 52.15%
BLUE value IS 18 (7.42% from 255) = 5.52%
R=42.33%
G=52.15%
B=5.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170180.1900.890.3372.6380.8536.86
Hex8AAA121305921495125
Octal212252222301314111112145
Binary100010101010101010010100110101100110000110010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,18); }

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

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

 a { background-color: rgb(138,170,18); }

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

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

 span { border-color: rgb(138,170,18); }

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