#8AAF11

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

Shades of Limerick #8AAF11

Tints of Limerick #8AAF11

Color information

#8AAF11 (or 0x8AAF11) is unknown color: approx Limerick. HEX triplet: 8A, AF and 11. RGB value is (138,175,17). Sum of RGB (Red+Green+Blue) = 138+175+17=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAF11 is #7550EE. Grayscale: #929292. Windows color (decimal): -7688431 or 1159050. OLE color: 1159050.

HSL color Cylindrical-coordinate representation of color #8AAF11: hue angle of 74.05º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AAF11 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB13817517-
CMYK0.2100.900.31
HSL74.05º82.29%37.65%-
HSV(B)74.05º90.29%68.63%-
XYZ25.9136.16.13-
YUV145.9255.24122.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 175 (68.75% from 255) = 53.03%
BLUE value IS 17 (7.03% from 255) = 5.15%
R=41.82%
G=53.03%
B=5.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175170.2100.900.3174.0582.2937.65
Hex8AAF111505A1F4a5226
Octal212257212501323711212246
Binary10001010101011111000110101010110101111110010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,17); }

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

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

 a { background-color: rgb(138,175,17); }

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

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

 span { border-color: rgb(138,175,17); }

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