#8AAA3B

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

Shades of Limerick #8AAA3B

Tints of Limerick #8AAA3B

Color information

#8AAA3B (or 0x8AAA3B) is unknown color: approx Limerick. HEX triplet: 8A, AA and 3B. RGB value is (138,170,59). Sum of RGB (Red+Green+Blue) = 138+170+59=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA3B is #7555C4. Grayscale: #949494. Windows color (decimal): -7689669 or 3910282. OLE color: 3910282.

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

Color convert

RGB13817059-
CMYK0.1900.650.33
HSL77.3º48.47%44.9%-
HSV(B)77.3º65.29%66.67%-
XYZ25.6534.479.44-
YUV147.7877.9121.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=37.60%
G=46.32%
B=16.08%

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
Decimal138170590.1900.650.3377.348.4744.9
Hex8AAA3B13041214d302d
Octal21225273230101411156055
Binary100010101010101011101110011010000011000011001101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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