#8AB140

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

Shades of Limerick #8AB140

Tints of Limerick #8AB140

Color information

#8AB140 (or 0x8AB140) is unknown color: approx Limerick. HEX triplet: 8A, B1 and 40. RGB value is (138,177,64). Sum of RGB (Red+Green+Blue) = 138+177+64=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB140 is #754EBF. Grayscale: #989898. Windows color (decimal): -7687872 or 4239754. OLE color: 4239754.

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

Color convert

RGB13817764-
CMYK0.2200.640.31
HSL80.71º46.89%47.25%-
HSV(B)80.71º63.84%69.41%-
XYZ27.1337.2210.6-
YUV152.4678.08117.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.41%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=36.41%
G=46.70%
B=16.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138177640.2200.640.3180.7146.8947.25
Hex8AB140160401F512f2f
Octal212261100260100371215757
Binary100010101011000110000001011001000000111111010001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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