#90aa40

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

Shades of Limerick #90AA40

Tints of Limerick #90AA40

Color information

#90AA40 (or 0x90AA40) is unknown color: approx Limerick. HEX triplet: 90, AA and 40. RGB value is (144,170,64). Sum of RGB (Red+Green+Blue) = 144+170+64=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA40 is #6F55BF. Grayscale: #969696. Windows color (decimal): -7296448 or 4237968. OLE color: 4237968.

HSL color Cylindrical-coordinate representation of color #90AA40: hue angle of 74.72º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90AA40 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB14417064-
CMYK0.1500.620.33
HSL74.72º45.3%45.88%-
HSV(B)74.72º62.35%66.67%-
XYZ26.835.0510.2-
YUV150.1479.39123.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=38.10%
G=44.97%
B=16.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144170640.1500.620.3374.7245.345.88
Hex90AA40F03E214b2d2e
Octal22025210017076411135556
Binary10010000101010101000000111101111101000011001011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90aa40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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