#99A940

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

Shades of Limerick #99A940

Tints of Limerick #99A940

Color information

#99A940 (or 0x99A940) is unknown color: approx Limerick. HEX triplet: 99, A9 and 40. RGB value is (153,169,64). Sum of RGB (Red+Green+Blue) = 153+169+64=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #99A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A940 is #6656BF. Grayscale: #989898. Windows color (decimal): -6706880 or 4237721. OLE color: 4237721.

HSL color Cylindrical-coordinate representation of color #99A940: hue angle of 69.14º 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 #99A940 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB15316964-
CMYK0.0900.620.34
HSL69.14º45.06%45.69%-
HSV(B)69.14º62.13%66.27%-
XYZ28.2535.5210.22-
YUV152.2578.2128.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 169 (66.41% from 255) = 43.78%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=39.64%
G=43.78%
B=16.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153169640.0900.620.3469.1445.0645.69
Hex99A940903E22452d2e
Octal23125110011076421055556
Binary10011001101010011000000100101111101000101000101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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