#8ABE2A

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

Shades of Limerick #8ABE2A

Tints of Limerick #8ABE2A

Color information

#8ABE2A (or 0x8ABE2A) is unknown color: approx Limerick. HEX triplet: 8A, BE and 2A. RGB value is (138,190,42). Sum of RGB (Red+Green+Blue) = 138+190+42=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABE2A is #7541D5. Grayscale: #9E9E9E. Windows color (decimal): -7684566 or 2801290. OLE color: 2801290.

HSL color Cylindrical-coordinate representation of color #8ABE2A: hue angle of 81.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8ABE2A is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB13819042-
CMYK0.2700.780.25
HSL81.08º63.79%45.49%-
HSV(B)81.08º77.89%74.51%-
XYZ29.3142.48.83-
YUV157.5862.77114.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 190 (74.61% from 255) = 51.35%
BLUE value IS 42 (16.80% from 255) = 11.35%
R=37.30%
G=51.35%
B=11.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138190420.2700.780.2581.0863.7945.49
Hex8ABE2A1B04E1951402d
Octal212276523301163112110055
Binary100010101011111010101011011010011101100110100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,190,42); }

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

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

 a { background-color: rgb(138,190,42); }

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

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

 span { border-color: rgb(138,190,42); }

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