#8AC01A

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

Shades of Limerick #8AC01A

Tints of Limerick #8AC01A

Color information

#8AC01A (or 0x8AC01A) is unknown color: approx Limerick. HEX triplet: 8A, C0 and 1A. RGB value is (138,192,26). Sum of RGB (Red+Green+Blue) = 138+192+26=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC01A is #753FE5. Grayscale: #9D9D9D. Windows color (decimal): -7684070 or 1753226. OLE color: 1753226.

HSL color Cylindrical-coordinate representation of color #8AC01A: hue angle of 79.52º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AC01A is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB13819226-
CMYK0.2800.860.25
HSL79.52º76.15%42.75%-
HSV(B)79.52º86.46%75.29%-
XYZ29.5243.187.76-
YUV156.9354.11114.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 192 (75.39% from 255) = 53.93%
BLUE value IS 26 (10.55% from 255) = 7.30%
R=38.76%
G=53.93%
B=7.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138192260.2800.860.2579.5276.1542.75
Hex8AC01A1C05619504c2b
Octal212300323401263112011453
Binary10001010110000001101011100010101101100110100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,26); }

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

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

 a { background-color: rgb(138,192,26); }

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

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

 span { border-color: rgb(138,192,26); }

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