#8AAB19

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

Shades of Limerick #8AAB19

Tints of Limerick #8AAB19

Color information

#8AAB19 (or 0x8AAB19) is unknown color: approx Limerick. HEX triplet: 8A, AB and 19. RGB value is (138,171,25). Sum of RGB (Red+Green+Blue) = 138+171+25=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAB19 is #7554E6. Grayscale: #919191. Windows color (decimal): -7689447 or 1682314. OLE color: 1682314.

HSL color Cylindrical-coordinate representation of color #8AAB19: hue angle of 73.56º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AAB19 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB13817125-
CMYK0.1900.850.33
HSL73.56º74.49%38.43%-
HSV(B)73.56º85.38%67.06%-
XYZ25.2234.66.27-
YUV144.4960.57123.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 25 (10.16% from 255) = 7.49%
R=41.32%
G=51.20%
B=7.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171250.1900.850.3373.5674.4938.43
Hex8AAB1913055214a4a26
Octal212253312301254111211246
Binary100010101010101111001100110101010110000110010101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,25); }

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

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

 a { background-color: rgb(138,171,25); }

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

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

 span { border-color: rgb(138,171,25); }

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