#8AAC2D

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

Shades of Limerick #8AAC2D

Tints of Limerick #8AAC2D

Color information

#8AAC2D (or 0x8AAC2D) is unknown color: approx Limerick. HEX triplet: 8A, AC and 2D. RGB value is (138,172,45). Sum of RGB (Red+Green+Blue) = 138+172+45=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC2D is #7553D2. Grayscale: #939393. Windows color (decimal): -7689171 or 2993290. OLE color: 2993290.

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

Color convert

RGB13817245-
CMYK0.2000.740.33
HSL76.06º58.53%42.55%-
HSV(B)76.06º73.84%67.45%-
XYZ25.7135.17.9-
YUV147.3670.24121.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.87%
GREEN value IS 172 (67.58% from 255) = 48.45%
BLUE value IS 45 (17.97% from 255) = 12.68%
R=38.87%
G=48.45%
B=12.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172450.2000.740.3376.0658.5342.55
Hex8AAC2D1404A214c3b2b
Octal21225455240112411147353
Binary100010101010110010110110100010010101000011001100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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