Html Css Color HEX #93AD27 Limerick

📋 copy color: '#93AD27'

red 147 ◦ green 173 ◦ blue 39

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

Shades of Limerick #93AD27

Tints of Limerick #93AD27

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.19%

 BLUE value IS 39 (15.63% from 255) = 10.86%

R = 40.95%
G = 48.19%
B = 10.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#93AD27 (or 0x93AD27) is known color: Limerick. HEX triplet: 93, AD and 27. RGB value is (147,173,39). Sum of RGB (Red+Green+Blue) = 147+173+39=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD27 is #6C52D8. Grayscale: #969696. Windows color (decimal): -7099097 or 2600339. OLE color: 2600339.

HSL color Cylindrical-coordinate representation of color #93AD27: hue angle of 71.64º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93AD27 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 173 39 -
CMYK 0.15 0 0.77 0.32
HSL 71.64º 0.63% 0.42% -
HSV(B) 71.64º 0.77% 0.68% -
XYZ 27.34 36.24 7.47 -
YUV 149.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 147 173 39 0.15 0 0.77 0.32 71.64 0.63 0.42
Hex 93 AD 27 F 0 4D 20 48 3F 2A
Octal 223 255 47 17 0 115 40 110 77 52
Binary 10010011 10101101 100111 1111 0 1001101 100000 1001000 111111 101010

Color Harmonies of #93AD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AD27

Black with #93AD27

Text Example


Text Example

White with #93AD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,173,39); }

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

background-color css

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

 a { background-color: rgb(147,173,39); }

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

border-color css

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

 span { border-color: rgb(147,173,39); }

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