Html Css Color HEX #94AD3C Limerick

📋 copy color: '#94AD3C'

red 148 ◦ green 173 ◦ blue 60

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

Shades of Limerick #94AD3C

Tints of Limerick #94AD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 38.85%
G = 45.41%
B = 15.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#94AD3C (or 0x94AD3C) is known color: Limerick. HEX triplet: 94, AD and 3C. RGB value is (148,173,60). Sum of RGB (Red+Green+Blue) = 148+173+60=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD3C is #6B52C3. Grayscale: #999999. Windows color (decimal): -7033540 or 3976596. OLE color: 3976596.

HSL color Cylindrical-coordinate representation of color #94AD3C: hue angle of 73.27º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94AD3C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 60 -
CMYK 0.14 0 0.65 0.32
HSL 73.27º 0.48% 0.46% -
HSV(B) 73.27º 0.65% 0.68% -
XYZ 27.97 36.51 9.85 -
YUV 152.64 75.72 124.69 -
System Red Green Blue C M Y K H S L
Decimal 148 173 60 0.14 0 0.65 0.32 73.27 0.48 0.46
Hex 94 AD 3C E 0 41 20 49 30 2E
Octal 224 255 74 16 0 101 40 111 60 56
Binary 10010100 10101101 111100 1110 0 1000001 100000 1001001 110000 101110

Color Harmonies of #94AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD3C

Black with #94AD3C

Text Example


Text Example

White with #94AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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