#97ae1e

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

Shades of Limerick #97AE1E

Tints of Limerick #97AE1E

Color information

#97AE1E (or 0x97AE1E) is unknown color: approx Limerick. HEX triplet: 97, AE and 1E. RGB value is (151,174,30). Sum of RGB (Red+Green+Blue) = 151+174+30=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AE1E is #6851E1. Grayscale: #979797. Windows color (decimal): -6836706 or 2010775. OLE color: 2010775.

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

Color convert

RGB15117430-
CMYK0.1300.830.32
HSL69.58º70.59%40%-
HSV(B)69.58º82.76%68.24%-
XYZ28.1336.956.88-
YUV150.7159.88128.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 174 (68.36% from 255) = 49.01%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=42.54%
G=49.01%
B=8.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151174300.1300.830.3269.5870.5940
Hex97AE1ED05320464728
Octal227256361501234010610750
Binary10010111101011101111011010101001110000010001101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ae1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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