#9aae2a

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

Shades of Limerick #9AAE2A

Tints of Limerick #9AAE2A

Color information

#9AAE2A (or 0x9AAE2A) is unknown color: approx Limerick. HEX triplet: 9A, AE and 2A. RGB value is (154,174,42). Sum of RGB (Red+Green+Blue) = 154+174+42=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAE2A is #6551D5. Grayscale: #999999. Windows color (decimal): -6640086 or 2797210. OLE color: 2797210.

HSL color Cylindrical-coordinate representation of color #9AAE2A: hue angle of 69.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9AAE2A is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB15417442-
CMYK0.1100.760.32
HSL69.09º61.11%42.35%-
HSV(B)69.09º75.86%68.24%-
XYZ28.8837.317.87-
YUV152.9765.37128.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 42 (16.80% from 255) = 11.35%
R=41.62%
G=47.03%
B=11.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154174420.1100.760.3269.0961.1142.35
Hex9AAE2AB04C20453d2a
Octal23225652130114401057552
Binary10011010101011101010101011010011001000001000101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9aae2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9aae2a; }

 p { color: rgb(154,174,42); }

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

<style>
 a { background-color: #9aae2a; }

 a { background-color: rgb(154,174,42); }

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

<style>
 span { border-color: #9aae2a; }

 span { border-color: rgb(154,174,42); }

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