#8AA230

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

Shades of Limerick #8AA230

Tints of Limerick #8AA230

Color information

#8AA230 (or 0x8AA230) is unknown color: approx Limerick. HEX triplet: 8A, A2 and 30. RGB value is (138,162,48). Sum of RGB (Red+Green+Blue) = 138+162+48=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA230 is #755DCF. Grayscale: #8E8E8E. Windows color (decimal): -7691728 or 3187338. OLE color: 3187338.

HSL color Cylindrical-coordinate representation of color #8AA230: hue angle of 72.63º 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 #8AA230 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB13816248-
CMYK0.1500.700.36
HSL72.63º54.29%41.18%-
HSV(B)72.63º70.37%63.53%-
XYZ23.9431.467.61-
YUV141.8375.05125.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=39.66%
G=46.55%
B=13.79%

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
Decimal138162480.1500.700.3672.6354.2941.18
Hex8AA230F04624493629
Octal21224260170106441116651
Binary10001010101000101100001111010001101001001001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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