#8AB11E

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

Shades of Limerick #8AB11E

Tints of Limerick #8AB11E

Color information

#8AB11E (or 0x8AB11E) is unknown color: approx Limerick. HEX triplet: 8A, B1 and 1E. RGB value is (138,177,30). Sum of RGB (Red+Green+Blue) = 138+177+30=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB11E is #754EE1. Grayscale: #959595. Windows color (decimal): -7687906 or 2011530. OLE color: 2011530.

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

Color convert

RGB13817730-
CMYK0.2200.830.31
HSL75.92º71.01%40.59%-
HSV(B)75.92º83.05%69.41%-
XYZ26.4436.946.97-
YUV148.5861.08120.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 30 (12.11% from 255) = 8.70%
R=40%
G=51.30%
B=8.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138177300.2200.830.3175.9271.0140.59
Hex8AB11E160531F4c4729
Octal212261362601233711410751
Binary10001010101100011111010110010100111111110011001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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