Html Css Color HEX #94AD41 Limerick

📋 copy color: '#94AD41'

red 148 ◦ green 173 ◦ blue 65

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

Shades of Limerick #94AD41

Tints of Limerick #94AD41

RGB

 RED value IS 148 (58.2% from 255) = 38.34%

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 38.34%
G = 44.82%
B = 16.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#94AD41 (or 0x94AD41) is known color: Limerick. HEX triplet: 94, AD and 41. RGB value is (148,173,65). Sum of RGB (Red+Green+Blue) = 148+173+65=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD41 is #6B52BE. Grayscale: #999999. Windows color (decimal): -7033535 or 4304276. OLE color: 4304276.

HSL color Cylindrical-coordinate representation of color #94AD41: hue angle of 73.89º 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 #94AD41 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 65 -
CMYK 0.14 0 0.62 0.32
HSL 73.89º 0.45% 0.47% -
HSV(B) 73.89º 0.62% 0.68% -
XYZ 28.11 36.56 10.58 -
YUV 153.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 148 173 65 0.14 0 0.62 0.32 73.89 0.45 0.47
Hex 94 AD 41 E 0 3E 20 4A 2D 2F
Octal 224 255 101 16 0 76 40 112 55 57
Binary 10010100 10101101 1000001 1110 0 111110 100000 1001010 101101 101111

Color Harmonies of #94AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD41

Black with #94AD41

Text Example


Text Example

White with #94AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AD41; }

 p { color: rgb(148,173,65); }

 H1.HeaderClassName
 {
   color: #94AD41;
 }
 .AnyTagClassName
 {
   color: #94AD41;
 }
</style>

background-color css

<style>
 a { background-color: #94AD41; }

 a { background-color: rgb(148,173,65); }

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

border-color css

<style>
 span { border-color: #94AD41; }

 span { border-color: rgb(148,173,65); }

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