#90A429

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

Shades of Limerick #90A429

Tints of Limerick #90A429

Color information

#90A429 (or 0x90A429) is unknown color: approx Limerick. HEX triplet: 90, A4 and 29. RGB value is (144,164,41). Sum of RGB (Red+Green+Blue) = 144+164+41=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #90A429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A429 is #6F5BD6. Grayscale: #909090. Windows color (decimal): -7298007 or 2729104. OLE color: 2729104.

HSL color Cylindrical-coordinate representation of color #90A429: hue angle of 69.76º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90A429 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB14416441-
CMYK0.1200.750.36
HSL69.76º60%40.2%-
HSV(B)69.76º75%64.31%-
XYZ25.1832.647.07-
YUV14469.87128-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 164 (64.45% from 255) = 46.99%
BLUE value IS 41 (16.41% from 255) = 11.75%
R=41.26%
G=46.99%
B=11.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144164410.1200.750.3669.766040.2
Hex90A429C04B24463c28
Octal22024451140113441067450
Binary10010000101001001010011100010010111001001000110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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