Html Css Color HEX #90AA16 Limerick

📋 copy color: '#90AA16'

red 144 ◦ green 170 ◦ blue 22

#90AA16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #90AA16

Tints of Limerick #90AA16

RGB

 RED value IS 144 (56.64% from 255) = 42.86%

 GREEN value IS 170 (66.8% from 255) = 50.6%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 42.86%
G = 50.6%
B = 6.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#90AA16 (or 0x90AA16) is known color: Limerick. HEX triplet: 90, AA and 16. RGB value is (144,170,22). Sum of RGB (Red+Green+Blue) = 144+170+22=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AA16 is #6F55E9. Grayscale: #919191. Windows color (decimal): -7296490 or 1485456. OLE color: 1485456.

HSL color Cylindrical-coordinate representation of color #90AA16: hue angle of 70.54º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90AA16 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 170 22 -
CMYK 0.15 0 0.87 0.33
HSL 70.54º 0.77% 0.38% -
HSV(B) 70.54º 0.87% 0.67% -
XYZ 26.02 34.74 6.09 -
YUV 145.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 144 170 22 0.15 0 0.87 0.33 70.54 0.77 0.38
Hex 90 AA 16 F 0 57 21 47 4D 26
Octal 220 252 26 17 0 127 41 107 115 46
Binary 10010000 10101010 10110 1111 0 1010111 100001 1000111 1001101 100110

Color Harmonies of #90AA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA16

Black with #90AA16

Text Example


Text Example

White with #90AA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,170,22); }

 H1.HeaderClassName
 {
   color: #90AA16;
 }
 .AnyTagClassName
 {
   color: #90AA16;
 }
</style>

background-color css

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

 a { background-color: rgb(144,170,22); }

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

border-color css

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

 span { border-color: rgb(144,170,22); }

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