#8AA93A

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

Shades of Limerick #8AA93A

Tints of Limerick #8AA93A

Color information

#8AA93A (or 0x8AA93A) is unknown color: approx Limerick. HEX triplet: 8A, A9 and 3A. RGB value is (138,169,58). Sum of RGB (Red+Green+Blue) = 138+169+58=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA93A is #7556C5. Grayscale: #939393. Windows color (decimal): -7689926 or 3844490. OLE color: 3844490.

HSL color Cylindrical-coordinate representation of color #8AA93A: hue angle of 76.76º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AA93A is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB13816958-
CMYK0.1800.660.34
HSL76.76º48.9%44.51%-
HSV(B)76.76º65.68%66.27%-
XYZ25.4334.089.24-
YUV147.0877.73121.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 169 (66.41% from 255) = 46.30%
BLUE value IS 58 (23.05% from 255) = 15.89%
R=37.81%
G=46.30%
B=15.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138169580.1800.660.3476.7648.944.51
Hex8AA93A12042224d312d
Octal21225172220102421156155
Binary100010101010100111101010010010000101000101001101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,58); }

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

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

 a { background-color: rgb(138,169,58); }

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

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

 span { border-color: rgb(138,169,58); }

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