#9AAA29

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

Shades of Limerick #9AAA29

Tints of Limerick #9AAA29

Color information

#9AAA29 (or 0x9AAA29) is unknown color: approx Limerick. HEX triplet: 9A, AA and 29. RGB value is (154,170,41). Sum of RGB (Red+Green+Blue) = 154+170+41=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA29 is #6555D6. Grayscale: #979797. Windows color (decimal): -6641111 or 2730650. OLE color: 2730650.

HSL color Cylindrical-coordinate representation of color #9AAA29: hue angle of 67.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9AAA29 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB15417041-
CMYK0.0900.760.33
HSL67.44º61.14%41.37%-
HSV(B)67.44º75.88%66.67%-
XYZ28.135.787.52-
YUV150.5166.2130.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.19%
GREEN value IS 170 (66.80% from 255) = 46.58%
BLUE value IS 41 (16.41% from 255) = 11.23%
R=42.19%
G=46.58%
B=11.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154170410.0900.760.3367.4461.1441.37
Hex9AAA29904C21433d29
Octal23225251110114411037551
Binary10011010101010101010011001010011001000011000011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,41); }

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

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

 a { background-color: rgb(154,170,41); }

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

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

 span { border-color: rgb(154,170,41); }

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