#93AD2D

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

Shades of Limerick #93AD2D

Tints of Limerick #93AD2D

Color information

#93AD2D (or 0x93AD2D) is unknown color: approx Limerick. HEX triplet: 93, AD and 2D. RGB value is (147,173,45). Sum of RGB (Red+Green+Blue) = 147+173+45=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD2D is #6C52D2. Grayscale: #979797. Windows color (decimal): -7099091 or 2993555. OLE color: 2993555.

HSL color Cylindrical-coordinate representation of color #93AD2D: hue angle of 72.19º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93AD2D is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB14717345-
CMYK0.1500.740.32
HSL72.19º58.72%42.75%-
HSV(B)72.19º73.99%67.84%-
XYZ27.4536.288.04-
YUV150.6368.39125.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 45 (17.97% from 255) = 12.33%
R=40.27%
G=47.40%
B=12.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147173450.1500.740.3272.1958.7242.75
Hex93AD2DF04A20483b2b
Octal22325555170112401107353
Binary10010011101011011011011111010010101000001001000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,45); }

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

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

 a { background-color: rgb(147,173,45); }

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

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

 span { border-color: rgb(147,173,45); }

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