Html Css Color HEX #90A920 Limerick

📋 copy color: '#90A920'

red 144 ◦ green 169 ◦ blue 32

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

Shades of Limerick #90A920

Tints of Limerick #90A920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.99%

 BLUE value IS 32 (12.89% from 255) = 9.28%

R = 41.74%
G = 48.99%
B = 9.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#90A920 (or 0x90A920) is known color: Limerick. HEX triplet: 90, A9 and 20. RGB value is (144,169,32). Sum of RGB (Red+Green+Blue) = 144+169+32=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #90A920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A920 is #6F56DF. Grayscale: #929292. Windows color (decimal): -7296736 or 2140560. OLE color: 2140560.

HSL color Cylindrical-coordinate representation of color #90A920: hue angle of 70.95º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90A920 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 169 32 -
CMYK 0.15 0 0.81 0.34
HSL 70.95º 0.68% 0.39% -
HSV(B) 70.95º 0.81% 0.66% -
XYZ 25.95 34.41 6.64 -
YUV 145.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 144 169 32 0.15 0 0.81 0.34 70.95 0.68 0.39
Hex 90 A9 20 F 0 51 22 47 44 27
Octal 220 251 40 17 0 121 42 107 104 47
Binary 10010000 10101001 100000 1111 0 1010001 100010 1000111 1000100 100111

Color Harmonies of #90A920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A920

Black with #90A920

Text Example


Text Example

White with #90A920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,169,32); }

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

background-color css

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

 a { background-color: rgb(144,169,32); }

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

border-color css

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

 span { border-color: rgb(144,169,32); }

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