#90aa3f

Color #90AA3F Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #90AA3F

Tints of Limerick #90AA3F

Color information

#90AA3F (or 0x90AA3F) is unknown color: approx 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

RGB14417063-
CMYK0.1500.630.33
HSL74.58º45.92%45.69%-
HSV(B)74.58º62.94%66.67%-
XYZ26.7735.0410.05-
YUV150.0378.89123.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 63 (25% from 255) = 16.71%
R=38.20%
G=45.09%
B=16.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144170630.1500.630.3374.5845.9245.69
Hex90AA3FF03F214b2e2e
Octal2202527717077411135656
Binary1001000010101010111111111101111111000011001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90aa3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>