#8AAD3C

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

Shades of Limerick #8AAD3C

Tints of Limerick #8AAD3C

Color information

#8AAD3C (or 0x8AAD3C) is unknown color: approx Limerick. HEX triplet: 8A, AD and 3C. RGB value is (138,173,60). Sum of RGB (Red+Green+Blue) = 138+173+60=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD3C is #7552C3. Grayscale: #969696. Windows color (decimal): -7688900 or 3976586. OLE color: 3976586.

HSL color Cylindrical-coordinate representation of color #8AAD3C: hue angle of 78.58º 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 #8AAD3C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB13817360-
CMYK0.2000.650.32
HSL78.58º48.5%45.69%-
HSV(B)78.58º65.32%67.84%-
XYZ26.2435.629.77-
YUV149.6577.4119.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=37.20%
G=46.63%
B=16.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173600.2000.650.3278.5848.545.69
Hex8AAD3C14041204f302e
Octal21225574240101401176056
Binary100010101010110111110010100010000011000001001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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