Html Css Color HEX #90AA1E Limerick

📋 copy color: '#90AA1E'

red 144 ◦ green 170 ◦ blue 30

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

Shades of Limerick #90AA1E

Tints of Limerick #90AA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 41.86%
G = 49.42%
B = 8.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#90AA1E (or 0x90AA1E) is known color: Limerick. HEX triplet: 90, AA and 1E. RGB value is (144,170,30). Sum of RGB (Red+Green+Blue) = 144+170+30=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA1E is #6F55E1. Grayscale: #929292. Windows color (decimal): -7296482 or 2009744. OLE color: 2009744.

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

Color convert

RGB 144 170 30 -
CMYK 0.15 0 0.82 0.33
HSL 71.14º 0.7% 0.39% -
HSV(B) 71.14º 0.82% 0.67% -
XYZ 26.11 34.77 6.56 -
YUV 146.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 144 170 30 0.15 0 0.82 0.33 71.14 0.7 0.39
Hex 90 AA 1E F 0 52 21 47 46 27
Octal 220 252 36 17 0 122 41 107 106 47
Binary 10010000 10101010 11110 1111 0 1010010 100001 1000111 1000110 100111

Color Harmonies of #90AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA1E

Black with #90AA1E

Text Example


Text Example

White with #90AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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