#90AF22

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

Shades of Limerick #90AF22

Tints of Limerick #90AF22

Color information

#90AF22 (or 0x90AF22) is unknown color: approx Limerick. HEX triplet: 90, AF and 22. RGB value is (144,175,34). Sum of RGB (Red+Green+Blue) = 144+175+34=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF22 is #6F50DD. Grayscale: #969696. Windows color (decimal): -7295198 or 2273168. OLE color: 2273168.

HSL color Cylindrical-coordinate representation of color #90AF22: hue angle of 73.19º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90AF22 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB14417534-
CMYK0.1800.810.31
HSL73.19º67.46%40.98%-
HSV(B)73.19º80.57%68.63%-
XYZ27.1236.77.17-
YUV149.6662.73123.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=40.79%
G=49.58%
B=9.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144175340.1800.810.3173.1967.4640.98
Hex90AF22120511F494329
Octal220257422201213711110351
Binary100100001010111110001010010010100011111110010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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