#8AAE3D

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

Shades of Limerick #8AAE3D

Tints of Limerick #8AAE3D

Color information

#8AAE3D (or 0x8AAE3D) is unknown color: approx Limerick. HEX triplet: 8A, AE and 3D. RGB value is (138,174,61). Sum of RGB (Red+Green+Blue) = 138+174+61=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE3D is #7551C2. Grayscale: #969696. Windows color (decimal): -7688643 or 4042378. OLE color: 4042378.

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

Color convert

RGB13817461-
CMYK0.2100.650.32
HSL79.12º48.09%46.08%-
HSV(B)79.12º64.94%68.24%-
XYZ26.4636.019.97-
YUV150.3577.57119.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=37.00%
G=46.65%
B=16.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138174610.2100.650.3279.1248.0946.08
Hex8AAE3D15041204f302e
Octal21225675250101401176056
Binary100010101010111011110110101010000011000001001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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