#90AB20

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

Shades of Limerick #90AB20

Tints of Limerick #90AB20

Color information

#90AB20 (or 0x90AB20) is unknown color: approx Limerick. HEX triplet: 90, AB and 20. RGB value is (144,171,32). Sum of RGB (Red+Green+Blue) = 144+171+32=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AB20 is #6F54DF. Grayscale: #939393. Windows color (decimal): -7296224 or 2141072. OLE color: 2141072.

HSL color Cylindrical-coordinate representation of color #90AB20: hue angle of 71.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90AB20 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB14417132-
CMYK0.1600.810.33
HSL71.65º68.47%39.8%-
HSV(B)71.65º81.29%67.06%-
XYZ26.3335.166.77-
YUV147.0863.05125.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 32 (12.89% from 255) = 9.22%
R=41.50%
G=49.28%
B=9.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144171320.1600.810.3371.6568.4739.8
Hex90AB201005121484428
Octal220253402001214111010450
Binary1001000010101011100000100000101000110000110010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,171,32); }

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

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

 a { background-color: rgb(144,171,32); }

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

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

 span { border-color: rgb(144,171,32); }

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