#93AB1A

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

Shades of Limerick #93AB1A

Tints of Limerick #93AB1A

Color information

#93AB1A (or 0x93AB1A) is unknown color: approx Limerick. HEX triplet: 93, AB and 1A. RGB value is (147,171,26). Sum of RGB (Red+Green+Blue) = 147+171+26=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB1A is #6C54E5. Grayscale: #939393. Windows color (decimal): -7099622 or 1747859. OLE color: 1747859.

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

Color convert

RGB14717126-
CMYK0.1400.850.33
HSL69.93º73.6%38.63%-
HSV(B)69.93º84.8%67.06%-
XYZ26.7835.46.4-
YUV147.2959.55127.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 171 (67.19% from 255) = 49.71%
BLUE value IS 26 (10.55% from 255) = 7.56%
R=42.73%
G=49.71%
B=7.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147171260.1400.850.3369.9373.638.63
Hex93AB1AE05521464a27
Octal223253321601254110611247
Binary10010011101010111101011100101010110000110001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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