#90A740

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

Shades of Limerick #90A740

Tints of Limerick #90A740

Color information

#90A740 (or 0x90A740) is unknown color: approx Limerick. HEX triplet: 90, A7 and 40. RGB value is (144,167,64). Sum of RGB (Red+Green+Blue) = 144+167+64=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #90A740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A740 is #6F58BF. Grayscale: #949494. Windows color (decimal): -7297216 or 4237200. OLE color: 4237200.

HSL color Cylindrical-coordinate representation of color #90A740: hue angle of 73.4º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90A740 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB14416764-
CMYK0.1400.620.35
HSL73.4º44.59%45.29%-
HSV(B)73.4º61.68%65.49%-
XYZ26.2533.9410.02-
YUV148.3880.38124.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 167 (65.62% from 255) = 44.53%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=38.4%
G=44.53%
B=17.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144167640.1400.620.3573.444.5945.29
Hex90A740E03E23492d2d
Octal22024710016076431115555
Binary10010000101001111000000111001111101000111001001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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