#90A930

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

Shades of Limerick #90A930

Tints of Limerick #90A930

Color information

#90A930 (or 0x90A930) is unknown color: approx Limerick. HEX triplet: 90, A9 and 30. RGB value is (144,169,48). Sum of RGB (Red+Green+Blue) = 144+169+48=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #90A930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A930 is #6F56CF. Grayscale: #949494. Windows color (decimal): -7296720 or 3189136. OLE color: 3189136.

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

Color convert

RGB14416948-
CMYK0.1500.720.34
HSL72.4º55.76%42.55%-
HSV(B)72.4º71.6%66.27%-
XYZ26.2234.528.08-
YUV147.7371.72125.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.89%
GREEN value IS 169 (66.41% from 255) = 46.81%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=39.89%
G=46.81%
B=13.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal144169480.1500.720.3472.455.7642.55
Hex90A930F0482248382b
Octal22025160170110421107053
Binary10010000101010011100001111010010001000101001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,169,48); }

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

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

 a { background-color: rgb(144,169,48); }

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

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

 span { border-color: rgb(144,169,48); }

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