#8AAA15

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

Shades of Limerick #8AAA15

Tints of Limerick #8AAA15

Color information

#8AAA15 (or 0x8AAA15) is unknown color: approx Limerick. HEX triplet: 8A, AA and 15. RGB value is (138,170,21). Sum of RGB (Red+Green+Blue) = 138+170+21=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA15 is #7555EA. Grayscale: #909090. Windows color (decimal): -7689707 or 1419914. OLE color: 1419914.

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

Color convert

RGB13817021-
CMYK0.1900.880.33
HSL72.89º78.01%37.45%-
HSV(B)72.89º87.65%66.67%-
XYZ24.9934.215.99-
YUV143.4558.9124.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 21 (8.59% from 255) = 6.38%
R=41.95%
G=51.67%
B=6.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170210.1900.880.3372.8978.0137.45
Hex8AAA151305821494e25
Octal212252252301304111111645
Binary100010101010101010101100110101100010000110010011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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