#8AAD3B

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

Shades of Limerick #8AAD3B

Tints of Limerick #8AAD3B

Color information

#8AAD3B (or 0x8AAD3B) is unknown color: approx Limerick. HEX triplet: 8A, AD and 3B. RGB value is (138,173,59). Sum of RGB (Red+Green+Blue) = 138+173+59=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD3B is #7552C4. Grayscale: #959595. Windows color (decimal): -7688901 or 3911050. OLE color: 3911050.

HSL color Cylindrical-coordinate representation of color #8AAD3B: hue angle of 78.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AAD3B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB13817359-
CMYK0.2000.660.32
HSL78.42º49.14%45.49%-
HSV(B)78.42º65.9%67.84%-
XYZ26.2135.619.63-
YUV149.5476.9119.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 173 (67.97% from 255) = 46.76%
BLUE value IS 59 (23.44% from 255) = 15.95%
R=37.30%
G=46.76%
B=15.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173590.2000.660.3278.4249.1445.49
Hex8AAD3B14042204e312d
Octal21225573240102401166155
Binary100010101010110111101110100010000101000001001110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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