Html Css Color HEX #90A432 Limerick

📋 copy color: '#90A432'

red 144 ◦ green 164 ◦ blue 50

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

Shades of Limerick #90A432

Tints of Limerick #90A432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 40.22%
G = 45.81%
B = 13.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#90A432 (or 0x90A432) is known color: Limerick. HEX triplet: 90, A4 and 32. RGB value is (144,164,50). Sum of RGB (Red+Green+Blue) = 144+164+50=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #90A432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A432 is #6F5BCD. Grayscale: #919191. Windows color (decimal): -7297998 or 3318928. OLE color: 3318928.

HSL color Cylindrical-coordinate representation of color #90A432: hue angle of 70.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90A432 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 164 50 -
CMYK 0.12 0 0.70 0.36
HSL 70.53º 0.53% 0.42% -
HSV(B) 70.53º 0.7% 0.64% -
XYZ 25.35 32.71 8 -
YUV 145.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 144 164 50 0.12 0 0.70 0.36 70.53 0.53 0.42
Hex 90 A4 32 C 0 46 24 47 35 2A
Octal 220 244 62 14 0 106 44 107 65 52
Binary 10010000 10100100 110010 1100 0 1000110 100100 1000111 110101 101010

Color Harmonies of #90A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A432

Black with #90A432

Text Example


Text Example

White with #90A432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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