#8AC51A

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

Shades of Limerick #8AC51A

Tints of Limerick #8AC51A

Color information

#8AC51A (or 0x8AC51A) is unknown color: approx Limerick. HEX triplet: 8A, C5 and 1A. RGB value is (138,197,26). Sum of RGB (Red+Green+Blue) = 138+197+26=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC51A is #753AE5. Grayscale: #A0A0A0. Windows color (decimal): -7682790 or 1754506. OLE color: 1754506.

HSL color Cylindrical-coordinate representation of color #8AC51A: hue angle of 80.7º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AC51A is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB13819726-
CMYK0.3000.870.23
HSL80.7º76.68%43.73%-
HSV(B)80.7º86.8%77.25%-
XYZ30.6345.418.13-
YUV159.8652.45112.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 197 (77.34% from 255) = 54.57%
BLUE value IS 26 (10.55% from 255) = 7.20%
R=38.23%
G=54.57%
B=7.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal138197260.3000.870.2380.776.6843.73
Hex8AC51A1E05717514d2c
Octal212305323601272712111554
Binary10001010110001011101011110010101111011110100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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