#8aaa0f

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

Shades of Limerick #8AAA0F

Tints of Limerick #8AAA0F

Color information

#8AAA0F (or 0x8AAA0F) is unknown color: approx Limerick. HEX triplet: 8A, AA and 0F. RGB value is (138,170,15). Sum of RGB (Red+Green+Blue) = 138+170+15=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA0F is #7555F0. Grayscale: #8F8F8F. Windows color (decimal): -7689713 or 1026698. OLE color: 1026698.

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

Color convert

RGB13817015-
CMYK0.1900.910.33
HSL72.39º83.78%36.27%-
HSV(B)72.39º91.18%66.67%-
XYZ24.9434.195.74-
YUV142.7655.9124.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 15 (6.25% from 255) = 4.64%
R=42.72%
G=52.63%
B=4.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170150.1900.910.3372.3983.7836.27
Hex8AAAF1305B21485424
Octal212252172301334111012444
Binary10001010101010101111100110101101110000110010001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aaa0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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