#8AB110

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

Shades of Limerick #8AB110

Tints of Limerick #8AB110

Color information

#8AB110 (or 0x8AB110) is unknown color: approx Limerick. HEX triplet: 8A, B1 and 10. RGB value is (138,177,16). Sum of RGB (Red+Green+Blue) = 138+177+16=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB110 is #754EEF. Grayscale: #939393. Windows color (decimal): -7687920 or 1094026. OLE color: 1094026.

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

Color convert

RGB13817716-
CMYK0.2200.910.31
HSL74.53º83.42%37.84%-
HSV(B)74.53º90.96%69.41%-
XYZ26.336.886.22-
YUV146.9954.08121.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 177 (69.53% from 255) = 53.47%
BLUE value IS 16 (6.64% from 255) = 4.83%
R=41.69%
G=53.47%
B=4.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138177160.2200.910.3174.5383.4237.84
Hex8AB1101605B1F4b5326
Octal212261202601333711312346
Binary10001010101100011000010110010110111111110010111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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