#91A940

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

Shades of Limerick #91A940

Tints of Limerick #91A940

Color information

#91A940 (or 0x91A940) is unknown color: approx Limerick. HEX triplet: 91, A9 and 40. RGB value is (145,169,64). Sum of RGB (Red+Green+Blue) = 145+169+64=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #91A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A940 is #6E56BF. Grayscale: #969696. Windows color (decimal): -7231168 or 4237713. OLE color: 4237713.

HSL color Cylindrical-coordinate representation of color #91A940: hue angle of 73.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91A940 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB14516964-
CMYK0.1400.620.34
HSL73.71º45.06%45.69%-
HSV(B)73.71º62.13%66.27%-
XYZ26.7934.7710.15-
YUV149.8579.55124.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 169 (66.41% from 255) = 44.71%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=38.36%
G=44.71%
B=16.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal145169640.1400.620.3473.7145.0645.69
Hex91A940E03E224a2d2e
Octal22125110016076421125556
Binary10010001101010011000000111001111101000101001010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A940; }

 p { color: rgb(145,169,64); }

 H1.HeaderClassName
 {
   color: #91A940;
 }
 .AnyTagClassName
 {
   color: #91A940;
 }
</style>
background-color css

<style>
 a { background-color: #91A940; }

 a { background-color: rgb(145,169,64); }

 div.DivClassName
 {
   background-color: #91A940;
 }
 .BgClassName
 {
   background-color: #91A940;
 }
</style>
border-color css

<style>
 span { border-color: #91A940; }

 span { border-color: rgb(145,169,64); }

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