#8AB53E

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

Shades of Limerick #8AB53E

Tints of Limerick #8AB53E

Color information

#8AB53E (or 0x8AB53E) is unknown color: approx Limerick. HEX triplet: 8A, B5 and 3E. RGB value is (138,181,62). Sum of RGB (Red+Green+Blue) = 138+181+62=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB53E is #754AC1. Grayscale: #9B9B9B. Windows color (decimal): -7686850 or 4109706. OLE color: 4109706.

HSL color Cylindrical-coordinate representation of color #8AB53E: hue angle of 81.68º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AB53E is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB13818162-
CMYK0.2400.660.29
HSL81.68º48.97%47.65%-
HSV(B)81.68º65.75%70.98%-
XYZ27.8738.810.58-
YUV154.5875.75116.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 62 (24.61% from 255) = 16.27%
R=36.22%
G=47.51%
B=16.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138181620.2400.660.2981.6848.9747.65
Hex8AB53E180421D523130
Octal21226576300102351226160
Binary10001010101101011111101100001000010111011010010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,181,62); }

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

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

 a { background-color: rgb(138,181,62); }

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

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

 span { border-color: rgb(138,181,62); }

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