Html Css Color HEX #90AE1D Limerick

📋 copy color: '#90AE1D'

red 144 ◦ green 174 ◦ blue 29

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

Shades of Limerick #90AE1D

Tints of Limerick #90AE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.14%

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

R = 41.5%
G = 50.14%
B = 8.36%

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

#90AE1D (or 0x90AE1D) is known color: Limerick. HEX triplet: 90, AE and 1D. RGB value is (144,174,29). Sum of RGB (Red+Green+Blue) = 144+174+29=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AE1D is #6F51E2. Grayscale: #959595. Windows color (decimal): -7295459 or 1945232. OLE color: 1945232.

HSL color Cylindrical-coordinate representation of color #90AE1D: hue angle of 72.41º 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 #90AE1D is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 174 29 -
CMYK 0.17 0 0.83 0.32
HSL 72.41º 0.71% 0.4% -
HSV(B) 72.41º 0.83% 0.68% -
XYZ 26.86 36.29 6.75 -
YUV 148.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 144 174 29 0.17 0 0.83 0.32 72.41 0.71 0.4
Hex 90 AE 1D 11 0 53 20 48 47 28
Octal 220 256 35 21 0 123 40 110 107 50
Binary 10010000 10101110 11101 10001 0 1010011 100000 1001000 1000111 101000

Color Harmonies of #90AE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AE1D

Black with #90AE1D

Text Example


Text Example

White with #90AE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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