#90AD36

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

Shades of Limerick #90AD36

Tints of Limerick #90AD36

Color information

#90AD36 (or 0x90AD36) is unknown color: approx Limerick. HEX triplet: 90, AD and 36. RGB value is (144,173,54). Sum of RGB (Red+Green+Blue) = 144+173+54=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD36 is #6F52C9. Grayscale: #979797. Windows color (decimal): -7295690 or 3583376. OLE color: 3583376.

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

Color convert

RGB14417354-
CMYK0.1700.690.32
HSL74.62º52.42%44.51%-
HSV(B)74.62º68.79%67.84%-
XYZ27.1136.089.03-
YUV150.7673.39123.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 54 (21.48% from 255) = 14.56%
R=38.81%
G=46.63%
B=14.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144173540.1700.690.3274.6252.4244.51
Hex90AD3611045204b342d
Octal22025566210105401136455
Binary100100001010110111011010001010001011000001001011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,173,54); }

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

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

 a { background-color: rgb(144,173,54); }

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

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

 span { border-color: rgb(144,173,54); }

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