Html Css Color HEX #90AA3F Limerick

📋 copy color: '#90AA3F'

red 144 ◦ green 170 ◦ blue 63

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

Shades of Limerick #90AA3F

Tints of Limerick #90AA3F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.09%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 38.2%
G = 45.09%
B = 16.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#90AA3F (or 0x90AA3F) is known color: Limerick. HEX triplet: 90, AA and 3F. RGB value is (144,170,63). Sum of RGB (Red+Green+Blue) = 144+170+63=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA3F is #6F55C0. Grayscale: #969696. Windows color (decimal): -7296449 or 4172432. OLE color: 4172432.

HSL color Cylindrical-coordinate representation of color #90AA3F: hue angle of 74.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90AA3F is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 170 63 -
CMYK 0.15 0 0.63 0.33
HSL 74.58º 0.46% 0.46% -
HSV(B) 74.58º 0.63% 0.67% -
XYZ 26.77 35.04 10.05 -
YUV 150.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 144 170 63 0.15 0 0.63 0.33 74.58 0.46 0.46
Hex 90 AA 3F F 0 3F 21 4B 2E 2E
Octal 220 252 77 17 0 77 41 113 56 56
Binary 10010000 10101010 111111 1111 0 111111 100001 1001011 101110 101110

Color Harmonies of #90AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA3F

Black with #90AA3F

Text Example


Text Example

White with #90AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,170,63); }

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

background-color css

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

 a { background-color: rgb(144,170,63); }

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

border-color css

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

 span { border-color: rgb(144,170,63); }

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