#8AC21A

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

Shades of Limerick #8AC21A

Tints of Limerick #8AC21A

Color information

#8AC21A (or 0x8AC21A) is unknown color: approx Limerick. HEX triplet: 8A, C2 and 1A. RGB value is (138,194,26). Sum of RGB (Red+Green+Blue) = 138+194+26=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC21A is #753DE5. Grayscale: #9E9E9E. Windows color (decimal): -7683558 or 1753738. OLE color: 1753738.

HSL color Cylindrical-coordinate representation of color #8AC21A: hue angle of 80º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AC21A is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB13819426-
CMYK0.2900.870.24
HSL80º76.36%43.14%-
HSV(B)80º86.6%76.08%-
XYZ29.9644.067.9-
YUV158.153.45113.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 194 (76.17% from 255) = 54.19%
BLUE value IS 26 (10.55% from 255) = 7.26%
R=38.55%
G=54.19%
B=7.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138194260.2900.870.248076.3643.14
Hex8AC21A1D05718504c2b
Octal212302323501273012011453
Binary10001010110000101101011101010101111100010100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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