#8aaa3c

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

Shades of Limerick #8AAA3C

Tints of Limerick #8AAA3C

Color information

#8AAA3C (or 0x8AAA3C) is unknown color: approx Limerick. HEX triplet: 8A, AA and 3C. RGB value is (138,170,60). Sum of RGB (Red+Green+Blue) = 138+170+60=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA3C is #7555C3. Grayscale: #949494. Windows color (decimal): -7689668 or 3975818. OLE color: 3975818.

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

Color convert

RGB13817060-
CMYK0.1900.650.33
HSL77.45º47.83%45.1%-
HSV(B)77.45º64.71%66.67%-
XYZ25.6734.489.58-
YUV147.8978.4120.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=37.5%
G=46.20%
B=16.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170600.1900.650.3377.4547.8345.1
Hex8AAA3C13041214d302d
Octal21225274230101411156055
Binary100010101010101011110010011010000011000011001101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aaa3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,60); }

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

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

 a { background-color: rgb(138,170,60); }

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

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

 span { border-color: rgb(138,170,60); }

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