#90AA29

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

Shades of Limerick #90AA29

Tints of Limerick #90AA29

Color information

#90AA29 (or 0x90AA29) is unknown color: approx Limerick. HEX triplet: 90, AA and 29. RGB value is (144,170,41). Sum of RGB (Red+Green+Blue) = 144+170+41=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA29 is #6F55D6. Grayscale: #949494. Windows color (decimal): -7296471 or 2730640. OLE color: 2730640.

HSL color Cylindrical-coordinate representation of color #90AA29: hue angle of 72.09º 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 #90AA29 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB14417041-
CMYK0.1500.760.33
HSL72.09º61.14%41.37%-
HSV(B)72.09º75.88%66.67%-
XYZ26.2834.847.44-
YUV147.5267.89125.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 41 (16.41% from 255) = 11.55%
R=40.56%
G=47.89%
B=11.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144170410.1500.760.3372.0961.1441.37
Hex90AA29F04C21483d29
Octal22025251170114411107551
Binary10010000101010101010011111010011001000011001000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AA29; }

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

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

<style>
 a { background-color: #90AA29; }

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

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

<style>
 span { border-color: #90AA29; }

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

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