#93AE3D

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

Shades of Limerick #93AE3D

Tints of Limerick #93AE3D

Color information

#93AE3D (or 0x93AE3D) is unknown color: approx Limerick. HEX triplet: 93, AE and 3D. RGB value is (147,174,61). Sum of RGB (Red+Green+Blue) = 147+174+61=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AE3D is #6C51C2. Grayscale: #999999. Windows color (decimal): -7098819 or 4042387. OLE color: 4042387.

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

Color convert

RGB14717461-
CMYK0.1600.650.32
HSL74.34º48.09%46.08%-
HSV(B)74.34º64.94%68.24%-
XYZ28.0136.8110.04-
YUV153.0476.05123.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 174 (68.36% from 255) = 45.55%
BLUE value IS 61 (24.22% from 255) = 15.97%
R=38.48%
G=45.55%
B=15.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147174610.1600.650.3274.3448.0946.08
Hex93AE3D10041204a302e
Octal22325675200101401126056
Binary100100111010111011110110000010000011000001001010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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