#8AB13A

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

Shades of Limerick #8AB13A

Tints of Limerick #8AB13A

Color information

#8AB13A (or 0x8AB13A) is unknown color: approx Limerick. HEX triplet: 8A, B1 and 3A. RGB value is (138,177,58). Sum of RGB (Red+Green+Blue) = 138+177+58=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB13A is #754EC5. Grayscale: #989898. Windows color (decimal): -7687878 or 3846538. OLE color: 3846538.

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

Color convert

RGB13817758-
CMYK0.2200.670.31
HSL79.66º50.64%46.08%-
HSV(B)79.66º67.23%69.41%-
XYZ26.9737.159.75-
YUV151.7775.08118.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=37.00%
G=47.45%
B=15.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138177580.2200.670.3179.6650.6446.08
Hex8AB13A160431F50332e
Octal21226172260103371206356
Binary10001010101100011110101011001000011111111010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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