#8AB129

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

Shades of Limerick #8AB129

Tints of Limerick #8AB129

Color information

#8AB129 (or 0x8AB129) is unknown color: approx Limerick. HEX triplet: 8A, B1 and 29. RGB value is (138,177,41). Sum of RGB (Red+Green+Blue) = 138+177+41=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB129 is #754ED6. Grayscale: #969696. Windows color (decimal): -7687895 or 2732426. OLE color: 2732426.

HSL color Cylindrical-coordinate representation of color #8AB129: hue angle of 77.21º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AB129 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB13817741-
CMYK0.2200.770.31
HSL77.21º62.39%42.75%-
HSV(B)77.21º76.84%69.41%-
XYZ26.637.017.84-
YUV149.8466.58119.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 41 (16.41% from 255) = 11.52%
R=38.76%
G=49.72%
B=11.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138177410.2200.770.3177.2162.3942.75
Hex8AB1291604D1F4d3e2b
Octal21226151260115371157653
Binary10001010101100011010011011001001101111111001101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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