#97A940

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

Shades of Limerick #97A940

Tints of Limerick #97A940

Color information

#97A940 (or 0x97A940) is unknown color: approx Limerick. HEX triplet: 97, A9 and 40. RGB value is (151,169,64). Sum of RGB (Red+Green+Blue) = 151+169+64=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #97A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A940 is #6856BF. Grayscale: #989898. Windows color (decimal): -6837952 or 4237719. OLE color: 4237719.

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

Color convert

RGB15116964-
CMYK0.1100.620.34
HSL70.29º45.06%45.69%-
HSV(B)70.29º62.13%66.27%-
XYZ27.8835.3310.2-
YUV151.6578.54127.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.32%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=39.32%
G=44.01%
B=16.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal151169640.1100.620.3470.2945.0645.69
Hex97A940B03E22462d2e
Octal22725110013076421065556
Binary10010111101010011000000101101111101000101000110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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