#90A62C

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

Shades of Limerick #90A62C

Tints of Limerick #90A62C

Color information

#90A62C (or 0x90A62C) is unknown color: approx Limerick. HEX triplet: 90, A6 and 2C. RGB value is (144,166,44). Sum of RGB (Red+Green+Blue) = 144+166+44=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #90A62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A62C is #6F59D3. Grayscale: #919191. Windows color (decimal): -7297492 or 2926224. OLE color: 2926224.

HSL color Cylindrical-coordinate representation of color #90A62C: hue angle of 70.82º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90A62C is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB14416644-
CMYK0.1300.730.35
HSL70.82º58.1%41.18%-
HSV(B)70.82º73.49%65.1%-
XYZ25.5933.387.48-
YUV145.5170.71126.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 166 (65.23% from 255) = 46.89%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=40.68%
G=46.89%
B=12.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144166440.1300.730.3570.8258.141.18
Hex90A62CD04923473a29
Octal22024654150111431077251
Binary10010000101001101011001101010010011000111000111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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