Html Css Color HEX #90AD1B Limerick

📋 copy color: '#90AD1B'

red 144 ◦ green 173 ◦ blue 27

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

Shades of Limerick #90AD1B

Tints of Limerick #90AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 41.86%
G = 50.29%
B = 7.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#90AD1B (or 0x90AD1B) is known color: Limerick. HEX triplet: 90, AD and 1B. RGB value is (144,173,27). Sum of RGB (Red+Green+Blue) = 144+173+27=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD1B is #6F52E4. Grayscale: #949494. Windows color (decimal): -7295717 or 1813904. OLE color: 1813904.

HSL color Cylindrical-coordinate representation of color #90AD1B: hue angle of 71.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90AD1B is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 173 27 -
CMYK 0.17 0 0.84 0.32
HSL 71.92º 0.73% 0.39% -
HSV(B) 71.92º 0.84% 0.68% -
XYZ 26.64 35.9 6.56 -
YUV 147.69 59.89 125.37 -
System Red Green Blue C M Y K H S L
Decimal 144 173 27 0.17 0 0.84 0.32 71.92 0.73 0.39
Hex 90 AD 1B 11 0 54 20 48 49 27
Octal 220 255 33 21 0 124 40 110 111 47
Binary 10010000 10101101 11011 10001 0 1010100 100000 1001000 1001001 100111

Color Harmonies of #90AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AD1B

Black with #90AD1B

Text Example


Text Example

White with #90AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,173,27); }

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

background-color css

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

 a { background-color: rgb(144,173,27); }

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

border-color css

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

 span { border-color: rgb(144,173,27); }

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