Html Css Color HEX #90AD1D Limerick

📋 copy color: '#90AD1D'

red 144 ◦ green 173 ◦ blue 29

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

Shades of Limerick #90AD1D

Tints of Limerick #90AD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 41.62%
G = 50%
B = 8.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#90AD1D (or 0x90AD1D) is known color: Limerick. HEX triplet: 90, AD and 1D. RGB value is (144,173,29). Sum of RGB (Red+Green+Blue) = 144+173+29=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD1D is #6F52E2. Grayscale: #949494. Windows color (decimal): -7295715 or 1944976. OLE color: 1944976.

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

Color convert

RGB 144 173 29 -
CMYK 0.17 0 0.83 0.32
HSL 72.08º 0.71% 0.4% -
HSV(B) 72.08º 0.83% 0.68% -
XYZ 26.67 35.91 6.69 -
YUV 147.91 60.89 125.21 -
System Red Green Blue C M Y K H S L
Decimal 144 173 29 0.17 0 0.83 0.32 72.08 0.71 0.4
Hex 90 AD 1D 11 0 53 20 48 47 28
Octal 220 255 35 21 0 123 40 110 107 50
Binary 10010000 10101101 11101 10001 0 1010011 100000 1001000 1000111 101000

Color Harmonies of #90AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AD1D

Black with #90AD1D

Text Example


Text Example

White with #90AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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