#93AB1E

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

Shades of Limerick #93AB1E

Tints of Limerick #93AB1E

Color information

#93AB1E (or 0x93AB1E) is unknown color: approx Limerick. HEX triplet: 93, AB and 1E. RGB value is (147,171,30). Sum of RGB (Red+Green+Blue) = 147+171+30=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB1E is #6C54E1. Grayscale: #949494. Windows color (decimal): -7099618 or 2010003. OLE color: 2010003.

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

Color convert

RGB14717130-
CMYK0.1400.820.33
HSL70.21º70.15%39.41%-
HSV(B)70.21º82.46%67.06%-
XYZ26.8335.426.65-
YUV147.7561.55127.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 30 (12.11% from 255) = 8.62%
R=42.24%
G=49.14%
B=8.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147171300.1400.820.3370.2170.1539.41
Hex93AB1EE05221464627
Octal223253361601224110610647
Binary10010011101010111111011100101001010000110001101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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