#93AF19

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

Shades of Limerick #93AF19

Tints of Limerick #93AF19

Color information

#93AF19 (or 0x93AF19) is unknown color: approx Limerick. HEX triplet: 93, AF and 19. RGB value is (147,175,25). Sum of RGB (Red+Green+Blue) = 147+175+25=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AF19 is #6C50E6. Grayscale: #969696. Windows color (decimal): -7098599 or 1683347. OLE color: 1683347.

HSL color Cylindrical-coordinate representation of color #93AF19: hue angle of 71.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93AF19 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB14717525-
CMYK0.1600.860.31
HSL71.2º75%39.22%-
HSV(B)71.2º85.71%68.63%-
XYZ27.5436.936.6-
YUV149.5357.72126.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 25 (10.16% from 255) = 7.20%
R=42.36%
G=50.43%
B=7.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147175250.1600.860.3171.27539.22
Hex93AF19100561F474b27
Octal223257312001263710711347
Binary10010011101011111100110000010101101111110001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,175,25); }

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

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

 a { background-color: rgb(147,175,25); }

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

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

 span { border-color: rgb(147,175,25); }

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