#8AAA34

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

Shades of Limerick #8AAA34

Tints of Limerick #8AAA34

Color information

#8AAA34 (or 0x8AAA34) is unknown color: approx Limerick. HEX triplet: 8A, AA and 34. RGB value is (138,170,52). Sum of RGB (Red+Green+Blue) = 138+170+52=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA34 is #7555CB. Grayscale: #939393. Windows color (decimal): -7689676 or 3451530. OLE color: 3451530.

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

Color convert

RGB13817052-
CMYK0.1900.690.33
HSL76.27º53.15%43.53%-
HSV(B)76.27º69.41%66.67%-
XYZ25.4834.48.55-
YUV146.9874.4121.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 52 (20.70% from 255) = 14.44%
R=38.33%
G=47.22%
B=14.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170520.1900.690.3376.2753.1543.53
Hex8AAA3413045214c352c
Octal21225264230105411146554
Binary100010101010101011010010011010001011000011001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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