#8AA627

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

Shades of Limerick #8AA627

Tints of Limerick #8AA627

Color information

#8AA627 (or 0x8AA627) is unknown color: approx Limerick. HEX triplet: 8A, A6 and 27. RGB value is (138,166,39). Sum of RGB (Red+Green+Blue) = 138+166+39=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA627 is #7559D8. Grayscale: #8F8F8F. Windows color (decimal): -7690713 or 2598538. OLE color: 2598538.

HSL color Cylindrical-coordinate representation of color #8AA627: hue angle of 73.23º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AA627 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB13816639-
CMYK0.1700.770.35
HSL73.23º61.95%40.2%-
HSV(B)73.23º76.51%65.1%-
XYZ24.4832.826.96-
YUV143.1569.22124.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 39 (15.62% from 255) = 11.37%
R=40.23%
G=48.40%
B=11.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166390.1700.770.3573.2361.9540.2
Hex8AA6271104D23493e28
Octal21224647210115431117650
Binary100010101010011010011110001010011011000111001001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,39); }

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

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

 a { background-color: rgb(138,166,39); }

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

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

 span { border-color: rgb(138,166,39); }

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