#93AB2A

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

Shades of Limerick #93AB2A

Tints of Limerick #93AB2A

Color information

#93AB2A (or 0x93AB2A) is unknown color: approx Limerick. HEX triplet: 93, AB and 2A. RGB value is (147,171,42). Sum of RGB (Red+Green+Blue) = 147+171+42=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB2A is #6C54D5. Grayscale: #959595. Windows color (decimal): -7099606 or 2796435. OLE color: 2796435.

HSL color Cylindrical-coordinate representation of color #93AB2A: hue angle of 71.16º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93AB2A is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB14717142-
CMYK0.1400.750.33
HSL71.16º60.56%41.76%-
HSV(B)71.16º75.44%67.06%-
XYZ27.0135.57.62-
YUV149.1267.55126.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=40.83%
G=47.5%
B=11.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147171420.1400.750.3371.1660.5641.76
Hex93AB2AE04B21473d2a
Octal22325352160113411077552
Binary10010011101010111010101110010010111000011000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,42); }

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

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

 a { background-color: rgb(147,171,42); }

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

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

 span { border-color: rgb(147,171,42); }

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