#8AA718

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

Shades of Limerick #8AA718

Tints of Limerick #8AA718

Color information

#8AA718 (or 0x8AA718) is unknown color: approx Limerick. HEX triplet: 8A, A7 and 18. RGB value is (138,167,24). Sum of RGB (Red+Green+Blue) = 138+167+24=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA718 is #7558E7. Grayscale: #8E8E8E. Windows color (decimal): -7690472 or 1615754. OLE color: 1615754.

HSL color Cylindrical-coordinate representation of color #8AA718: hue angle of 72.17º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AA718 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB13816724-
CMYK0.1700.860.35
HSL72.17º74.87%37.45%-
HSV(B)72.17º85.63%65.49%-
XYZ24.4633.115.96-
YUV142.0361.39125.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 167 (65.62% from 255) = 50.76%
BLUE value IS 24 (9.77% from 255) = 7.29%
R=41.95%
G=50.76%
B=7.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138167240.1700.860.3572.1774.8737.45
Hex8AA7181105623484b25
Octal212247302101264311011345
Binary100010101010011111000100010101011010001110010001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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