#8ABE18

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

Shades of Limerick #8ABE18

Tints of Limerick #8ABE18

Color information

#8ABE18 (or 0x8ABE18) is unknown color: approx Limerick. HEX triplet: 8A, BE and 18. RGB value is (138,190,24). Sum of RGB (Red+Green+Blue) = 138+190+24=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABE18 is #7541E7. Grayscale: #9C9C9C. Windows color (decimal): -7684584 or 1621642. OLE color: 1621642.

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

Color convert

RGB13819024-
CMYK0.2700.870.25
HSL78.8º77.57%41.96%-
HSV(B)78.8º87.37%74.51%-
XYZ29.0642.37.5-
YUV155.5353.77115.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.20%
GREEN value IS 190 (74.61% from 255) = 53.98%
BLUE value IS 24 (9.77% from 255) = 6.82%
R=39.20%
G=53.98%
B=6.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138190240.2700.870.2578.877.5741.96
Hex8ABE181B057194f4e2a
Octal212276303301273111711652
Binary10001010101111101100011011010101111100110011111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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