#97AE35

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

Shades of Limerick #97AE35

Tints of Limerick #97AE35

Color information

#97AE35 (or 0x97AE35) is unknown color: approx Limerick. HEX triplet: 97, AE and 35. RGB value is (151,174,53). Sum of RGB (Red+Green+Blue) = 151+174+53=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AE35 is #6851CA. Grayscale: #999999. Windows color (decimal): -6836683 or 3518103. OLE color: 3518103.

HSL color Cylindrical-coordinate representation of color #97AE35: hue angle of 71.4º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97AE35 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB15117453-
CMYK0.1300.700.32
HSL71.4º53.3%44.51%-
HSV(B)71.4º69.54%68.24%-
XYZ28.5437.119.03-
YUV153.3371.38126.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 174 (68.36% from 255) = 46.03%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=39.95%
G=46.03%
B=14.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151174530.1300.700.3271.453.344.51
Hex97AE35D0462047352d
Octal22725665150106401076555
Binary10010111101011101101011101010001101000001000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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