#90ac2c

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

Shades of Limerick #90AC2C

Tints of Limerick #90AC2C

Color information

#90AC2C (or 0x90AC2C) is unknown color: approx Limerick. HEX triplet: 90, AC and 2C. RGB value is (144,172,44). Sum of RGB (Red+Green+Blue) = 144+172+44=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AC2C is #6F53D3. Grayscale: #959595. Windows color (decimal): -7295956 or 2927760. OLE color: 2927760.

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

Color convert

RGB14417244-
CMYK0.1600.740.33
HSL73.12º59.26%42.35%-
HSV(B)73.12º74.42%67.45%-
XYZ26.7135.627.85-
YUV149.0468.72124.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 44 (17.58% from 255) = 12.22%
R=40%
G=47.78%
B=12.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144172440.1600.740.3373.1259.2642.35
Hex90AC2C1004A21493b2a
Octal22025454200112411117352
Binary100100001010110010110010000010010101000011001001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ac2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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