#8AA929

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

Shades of Limerick #8AA929

Tints of Limerick #8AA929

Color information

#8AA929 (or 0x8AA929) is unknown color: approx Limerick. HEX triplet: 8A, A9 and 29. RGB value is (138,169,41). Sum of RGB (Red+Green+Blue) = 138+169+41=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA929 is #7556D6. Grayscale: #919191. Windows color (decimal): -7689943 or 2730378. OLE color: 2730378.

HSL color Cylindrical-coordinate representation of color #8AA929: hue angle of 74.53º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AA929 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB13816941-
CMYK0.1800.760.34
HSL74.53º60.95%41.18%-
HSV(B)74.53º75.74%66.27%-
XYZ25.0733.947.33-
YUV145.1469.23122.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 169 (66.41% from 255) = 48.56%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=39.66%
G=48.56%
B=11.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138169410.1800.760.3474.5360.9541.18
Hex8AA9291204C224b3d29
Octal21225151220114421137551
Binary100010101010100110100110010010011001000101001011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,41); }

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

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

 a { background-color: rgb(138,169,41); }

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

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

 span { border-color: rgb(138,169,41); }

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