Html Css Color HEX #93AC3F Limerick

📋 copy color: '#93AC3F'

red 147 ◦ green 172 ◦ blue 63

#93AC3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #93AC3F

Tints of Limerick #93AC3F

RGB

 RED value IS 147 (57.81% from 255) = 38.48%

 GREEN value IS 172 (67.58% from 255) = 45.03%

 BLUE value IS 63 (25% from 255) = 16.49%

R = 38.48%
G = 45.03%
B = 16.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#93AC3F (or 0x93AC3F) is known color: Limerick. HEX triplet: 93, AC and 3F. RGB value is (147,172,63). Sum of RGB (Red+Green+Blue) = 147+172+63=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AC3F is #6C53C0. Grayscale: #989898. Windows color (decimal): -7099329 or 4172947. OLE color: 4172947.

HSL color Cylindrical-coordinate representation of color #93AC3F: hue angle of 73.76º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93AC3F is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 172 63 -
CMYK 0.15 0 0.63 0.33
HSL 73.76º 0.46% 0.46% -
HSV(B) 73.76º 0.63% 0.67% -
XYZ 27.68 36.07 10.21 -
YUV 152.1 77.72 124.36 -
System Red Green Blue C M Y K H S L
Decimal 147 172 63 0.15 0 0.63 0.33 73.76 0.46 0.46
Hex 93 AC 3F F 0 3F 21 4A 2E 2E
Octal 223 254 77 17 0 77 41 112 56 56
Binary 10010011 10101100 111111 1111 0 111111 100001 1001010 101110 101110

Color Harmonies of #93AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AC3F

Black with #93AC3F

Text Example


Text Example

White with #93AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,172,63); }

 H1.HeaderClassName
 {
   color: #93AC3F;
 }
 .AnyTagClassName
 {
   color: #93AC3F;
 }
</style>

background-color css

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

 a { background-color: rgb(147,172,63); }

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

border-color css

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

 span { border-color: rgb(147,172,63); }

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