#8AA231

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

Shades of Limerick #8AA231

Tints of Limerick #8AA231

Color information

#8AA231 (or 0x8AA231) is unknown color: approx Limerick. HEX triplet: 8A, A2 and 31. RGB value is (138,162,49). Sum of RGB (Red+Green+Blue) = 138+162+49=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA231 is #755DCE. Grayscale: #8E8E8E. Windows color (decimal): -7691727 or 3252874. OLE color: 3252874.

HSL color Cylindrical-coordinate representation of color #8AA231: hue angle of 72.74º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AA231 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB13816249-
CMYK0.1500.700.36
HSL72.74º53.55%41.37%-
HSV(B)72.74º69.75%63.53%-
XYZ23.9631.477.72-
YUV141.9475.55125.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 49 (19.53% from 255) = 14.04%
R=39.54%
G=46.42%
B=14.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162490.1500.700.3672.7453.5541.37
Hex8AA231F04624493629
Octal21224261170106441116651
Binary10001010101000101100011111010001101001001001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,49); }

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

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

 a { background-color: rgb(138,162,49); }

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

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

 span { border-color: rgb(138,162,49); }

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