#90AE41

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

Shades of Limerick #90AE41

Tints of Limerick #90AE41

Color information

#90AE41 (or 0x90AE41) is unknown color: approx Limerick. HEX triplet: 90, AE and 41. RGB value is (144,174,65). Sum of RGB (Red+Green+Blue) = 144+174+65=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AE41 is #6F51BE. Grayscale: #999999. Windows color (decimal): -7295423 or 4304528. OLE color: 4304528.

HSL color Cylindrical-coordinate representation of color #90AE41: hue angle of 76.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90AE41 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB14417465-
CMYK0.1700.630.32
HSL76.51º45.61%46.86%-
HSV(B)76.51º62.64%68.24%-
XYZ27.5936.5810.61-
YUV152.678.56121.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=37.60%
G=45.43%
B=16.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144174650.1700.630.3276.5145.6146.86
Hex90AE411103F204d2e2f
Octal22025610121077401155657
Binary100100001010111010000011000101111111000001001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,174,65); }

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

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

 a { background-color: rgb(144,174,65); }

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

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

 span { border-color: rgb(144,174,65); }

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