#93AE42

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

Shades of Limerick #93AE42

Tints of Limerick #93AE42

Color information

#93AE42 (or 0x93AE42) is unknown color: approx Limerick. HEX triplet: 93, AE and 42. RGB value is (147,174,66). Sum of RGB (Red+Green+Blue) = 147+174+66=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AE42 is #6C51BD. Grayscale: #9A9A9A. Windows color (decimal): -7098814 or 4370067. OLE color: 4370067.

HSL color Cylindrical-coordinate representation of color #93AE42: hue angle of 75º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93AE42 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB14717466-
CMYK0.1600.620.32
HSL75º45%47.06%-
HSV(B)75º62.07%68.24%-
XYZ28.1536.8710.79-
YUV153.6178.55123.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 174 (68.36% from 255) = 44.96%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=37.98%
G=44.96%
B=17.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147174660.1600.620.32754547.06
Hex93AE421003E204b2d2f
Octal22325610220076401135557
Binary100100111010111010000101000001111101000001001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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