#9AAE42

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

Shades of Limerick #9AAE42

Tints of Limerick #9AAE42

Color information

#9AAE42 (or 0x9AAE42) is unknown color: approx Limerick. HEX triplet: 9A, AE and 42. RGB value is (154,174,66). Sum of RGB (Red+Green+Blue) = 154+174+66=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAE42 is #6551BD. Grayscale: #9C9C9C. Windows color (decimal): -6640062 or 4370074. OLE color: 4370074.

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

Color convert

RGB15417466-
CMYK0.1100.620.32
HSL71.11º45%47.06%-
HSV(B)71.11º62.07%68.24%-
XYZ29.4537.5410.85-
YUV155.7177.37126.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 66 (26.17% from 255) = 16.75%
R=39.09%
G=44.16%
B=16.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154174660.1100.620.3271.114547.06
Hex9AAE42B03E20472d2f
Octal23225610213076401075557
Binary10011010101011101000010101101111101000001000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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