#93AE1E

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

Shades of Limerick #93AE1E

Tints of Limerick #93AE1E

Color information

#93AE1E (or 0x93AE1E) is unknown color: approx Limerick. HEX triplet: 93, AE and 1E. RGB value is (147,174,30). Sum of RGB (Red+Green+Blue) = 147+174+30=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AE1E is #6C51E1. Grayscale: #969696. Windows color (decimal): -7098850 or 2010771. OLE color: 2010771.

HSL color Cylindrical-coordinate representation of color #93AE1E: hue angle of 71.25º 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 #93AE1E is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB14717430-
CMYK0.1600.830.32
HSL71.25º70.59%40%-
HSV(B)71.25º82.76%68.24%-
XYZ27.436.576.84-
YUV149.5160.55126.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 174 (68.36% from 255) = 49.57%
BLUE value IS 30 (12.11% from 255) = 8.55%
R=41.88%
G=49.57%
B=8.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147174300.1600.830.3271.2570.5940
Hex93AE1E1005320474728
Octal223256362001234010710750
Binary100100111010111011110100000101001110000010001111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AE1E; }

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

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

<style>
 a { background-color: #93AE1E; }

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

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

<style>
 span { border-color: #93AE1E; }

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

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