Html Css Color HEX #93AE42 Limerick

📋 copy color: '#93AE42'

red 147 ◦ green 174 ◦ blue 66

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

Shades of Limerick #93AE42

Tints of Limerick #93AE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.96%

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 37.98%
G = 44.96%
B = 17.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#93AE42 (or 0x93AE42) is known color: Limerick. HEX triplet: 93, AE and 42. RGB value is (147,174,66). Sum of RGB (Red+Green+Blue) = 147+174+66=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AE42 is #6C51BD. Grayscale: #9A9A9A. Windows color (decimal): -7098814 or 4370067. OLE color: 4370067.

HSL color Cylindrical-coordinate representation of color #93AE42: hue angle of 75º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93AE42 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 174 66 -
CMYK 0.16 0 0.62 0.32
HSL 75º 0.45% 0.47% -
HSV(B) 75º 0.62% 0.68% -
XYZ 28.15 36.87 10.79 -
YUV 153.62 78.55 123.28 -
System Red Green Blue C M Y K H S L
Decimal 147 174 66 0.16 0 0.62 0.32 75 0.45 0.47
Hex 93 AE 42 10 0 3E 20 4B 2D 2F
Octal 223 256 102 20 0 76 40 113 55 57
Binary 10010011 10101110 1000010 10000 0 111110 100000 1001011 101101 101111

Color Harmonies of #93AE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AE42

Black with #93AE42

Text Example


Text Example

White with #93AE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,174,66); }

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

background-color css

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

 a { background-color: rgb(147,174,66); }

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

border-color css

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

 span { border-color: rgb(147,174,66); }

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