#8AAC1B

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

Shades of Limerick #8AAC1B

Tints of Limerick #8AAC1B

Color information

#8AAC1B (or 0x8AAC1B) is unknown color: approx Limerick. HEX triplet: 8A, AC and 1B. RGB value is (138,172,27). Sum of RGB (Red+Green+Blue) = 138+172+27=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC1B is #7553E4. Grayscale: #919191. Windows color (decimal): -7689189 or 1813642. OLE color: 1813642.

HSL color Cylindrical-coordinate representation of color #8AAC1B: hue angle of 74.07º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AAC1B is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB13817227-
CMYK0.2000.840.33
HSL74.07º72.86%39.02%-
HSV(B)74.07º84.3%67.45%-
XYZ25.4334.996.45-
YUV145.361.24122.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 27 (10.94% from 255) = 8.01%
R=40.95%
G=51.04%
B=8.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172270.2000.840.3374.0772.8639.02
Hex8AAC1B14054214a4927
Octal212254332401244111211147
Binary100010101010110011011101000101010010000110010101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,27); }

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

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

 a { background-color: rgb(138,172,27); }

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

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

 span { border-color: rgb(138,172,27); }

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