#8AAC3D

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

Shades of Limerick #8AAC3D

Tints of Limerick #8AAC3D

Color information

#8AAC3D (or 0x8AAC3D) is unknown color: approx Limerick. HEX triplet: 8A, AC and 3D. RGB value is (138,172,61). Sum of RGB (Red+Green+Blue) = 138+172+61=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC3D is #7553C2. Grayscale: #959595. Windows color (decimal): -7689155 or 4041866. OLE color: 4041866.

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

Color convert

RGB13817261-
CMYK0.2000.650.33
HSL78.38º47.64%45.69%-
HSV(B)78.38º64.53%67.45%-
XYZ26.0835.259.84-
YUV149.1878.24120.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=37.20%
G=46.36%
B=16.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172610.2000.650.3378.3847.6445.69
Hex8AAC3D14041214e302e
Octal21225475240101411166056
Binary100010101010110011110110100010000011000011001110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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