#90A622

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

Shades of Limerick #90A622

Tints of Limerick #90A622

Color information

#90A622 (or 0x90A622) is unknown color: approx Limerick. HEX triplet: 90, A6 and 22. RGB value is (144,166,34). Sum of RGB (Red+Green+Blue) = 144+166+34=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #90A622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A622 is #6F59DD. Grayscale: #909090. Windows color (decimal): -7297502 or 2270864. OLE color: 2270864.

HSL color Cylindrical-coordinate representation of color #90A622: hue angle of 70º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90A622 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB14416634-
CMYK0.1300.800.35
HSL70º66%39.22%-
HSV(B)70º79.52%65.1%-
XYZ25.4333.326.6-
YUV144.3765.71127.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 166 (65.23% from 255) = 48.26%
BLUE value IS 34 (13.67% from 255) = 9.88%
R=41.86%
G=48.26%
B=9.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144166340.1300.800.35706639.22
Hex90A622D05023464227
Octal220246421501204310610247
Binary100100001010011010001011010101000010001110001101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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