Html Css Color HEX #90A429 Limerick

📋 copy color: '#90A429'

red 144 ◦ green 164 ◦ blue 41

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

Shades of Limerick #90A429

Tints of Limerick #90A429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.99%

 BLUE value IS 41 (16.41% from 255) = 11.75%

R = 41.26%
G = 46.99%
B = 11.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#90A429 (or 0x90A429) is known color: Limerick. HEX triplet: 90, A4 and 29. RGB value is (144,164,41). Sum of RGB (Red+Green+Blue) = 144+164+41=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #90A429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A429 is #6F5BD6. Grayscale: #909090. Windows color (decimal): -7298007 or 2729104. OLE color: 2729104.

HSL color Cylindrical-coordinate representation of color #90A429: hue angle of 69.76º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90A429 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 164 41 -
CMYK 0.12 0 0.75 0.36
HSL 69.76º 0.6% 0.4% -
HSV(B) 69.76º 0.75% 0.64% -
XYZ 25.18 32.64 7.07 -
YUV 144 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 144 164 41 0.12 0 0.75 0.36 69.76 0.6 0.4
Hex 90 A4 29 C 0 4B 24 46 3C 28
Octal 220 244 51 14 0 113 44 106 74 50
Binary 10010000 10100100 101001 1100 0 1001011 100100 1000110 111100 101000

Color Harmonies of #90A429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A429

Black with #90A429

Text Example


Text Example

White with #90A429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,164,41); }

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

background-color css

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

 a { background-color: rgb(144,164,41); }

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

border-color css

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

 span { border-color: rgb(144,164,41); }

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