#8AB72C

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

Shades of Limerick #8AB72C

Tints of Limerick #8AB72C

Color information

#8AB72C (or 0x8AB72C) is unknown color: approx Limerick. HEX triplet: 8A, B7 and 2C. RGB value is (138,183,44). Sum of RGB (Red+Green+Blue) = 138+183+44=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB72C is #7548D3. Grayscale: #9A9A9A. Windows color (decimal): -7686356 or 2930570. OLE color: 2930570.

HSL color Cylindrical-coordinate representation of color #8AB72C: hue angle of 79.42º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AB72C is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB13818344-
CMYK0.2500.760.28
HSL79.42º61.23%44.51%-
HSV(B)79.42º75.96%71.76%-
XYZ27.8739.458.53-
YUV153.766.09116.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 44 (17.58% from 255) = 12.05%
R=37.81%
G=50.14%
B=12.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138183440.2500.760.2879.4261.2344.51
Hex8AB72C1904C1C4f3d2d
Octal21226754310114341177555
Binary10001010101101111011001100101001100111001001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,183,44); }

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

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

 a { background-color: rgb(138,183,44); }

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

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

 span { border-color: rgb(138,183,44); }

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