#90ac31

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

Shades of Limerick #90AC31

Tints of Limerick #90AC31

Color information

#90AC31 (or 0x90AC31) is unknown color: approx Limerick. HEX triplet: 90, AC and 31. RGB value is (144,172,49). Sum of RGB (Red+Green+Blue) = 144+172+49=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AC31 is #6F53CE. Grayscale: #969696. Windows color (decimal): -7295951 or 3255440. OLE color: 3255440.

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

Color convert

RGB14417249-
CMYK0.1600.720.33
HSL73.66º55.66%43.33%-
HSV(B)73.66º71.51%67.45%-
XYZ26.8135.668.38-
YUV149.6171.22124-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 172 (67.58% from 255) = 47.12%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=39.45%
G=47.12%
B=13.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144172490.1600.720.3373.6655.6643.33
Hex90AC3110048214a382b
Octal22025461200110411127053
Binary100100001010110011000110000010010001000011001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ac31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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