#90AC14

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

Shades of Limerick #90AC14

Tints of Limerick #90AC14

Color information

#90AC14 (or 0x90AC14) is unknown color: approx Limerick. HEX triplet: 90, AC and 14. RGB value is (144,172,20). Sum of RGB (Red+Green+Blue) = 144+172+20=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AC14 is #6F53EB. Grayscale: #929292. Windows color (decimal): -7295980 or 1354896. OLE color: 1354896.

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

Color convert

RGB14417220-
CMYK0.1600.880.33
HSL71.05º79.17%37.65%-
HSV(B)71.05º88.37%67.45%-
XYZ26.3835.486.12-
YUV146.356.72126.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 172 (67.58% from 255) = 51.19%
BLUE value IS 20 (8.20% from 255) = 5.95%
R=42.86%
G=51.19%
B=5.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144172200.1600.880.3371.0579.1737.65
Hex90AC141005821474f26
Octal220254242001304110711746
Binary100100001010110010100100000101100010000110001111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,172,20); }

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

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

 a { background-color: rgb(144,172,20); }

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

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

 span { border-color: rgb(144,172,20); }

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