#97AE41

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

Shades of Limerick #97AE41

Tints of Limerick #97AE41

Color information

#97AE41 (or 0x97AE41) is unknown color: approx Limerick. HEX triplet: 97, AE and 41. RGB value is (151,174,65). Sum of RGB (Red+Green+Blue) = 151+174+65=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AE41 is #6851BE. Grayscale: #9B9B9B. Windows color (decimal): -6836671 or 4304535. OLE color: 4304535.

HSL color Cylindrical-coordinate representation of color #97AE41: hue angle of 72.66º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97AE41 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB15117465-
CMYK0.1300.630.32
HSL72.66º45.61%46.86%-
HSV(B)72.66º62.64%68.24%-
XYZ28.8537.2310.67-
YUV154.777.38125.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=38.72%
G=44.62%
B=16.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151174650.1300.630.3272.6645.6146.86
Hex97AE41D03F20492e2f
Octal22725610115077401115657
Binary10010111101011101000001110101111111000001001001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,174,65); }

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

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

 a { background-color: rgb(151,174,65); }

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

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

 span { border-color: rgb(151,174,65); }

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