#8ABE16

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

Shades of Limerick #8ABE16

Tints of Limerick #8ABE16

Color information

#8ABE16 (or 0x8ABE16) is unknown color: approx Limerick. HEX triplet: 8A, BE and 16. RGB value is (138,190,22). Sum of RGB (Red+Green+Blue) = 138+190+22=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABE16 is #7541E9. Grayscale: #9B9B9B. Windows color (decimal): -7684586 or 1490570. OLE color: 1490570.

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

Color convert

RGB13819022-
CMYK0.2700.880.25
HSL78.57º79.25%41.57%-
HSV(B)78.57º88.42%74.51%-
XYZ29.0442.297.39-
YUV155.352.77115.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.43%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 22 (8.98% from 255) = 6.29%
R=39.43%
G=54.29%
B=6.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138190220.2700.880.2578.5779.2541.57
Hex8ABE161B058194f4f2a
Octal212276263301303111711752
Binary10001010101111101011011011010110001100110011111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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