Html Css Color HEX #94AC42 Limerick

📋 copy color: '#94AC42'

red 148 ◦ green 172 ◦ blue 66

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

Shades of Limerick #94AC42

Tints of Limerick #94AC42

RGB

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

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

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

R = 38.34%
G = 44.56%
B = 17.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#94AC42 (or 0x94AC42) is known color: Limerick. HEX triplet: 94, AC and 42. RGB value is (148,172,66). Sum of RGB (Red+Green+Blue) = 148+172+66=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC42 is #6B53BD. Grayscale: #999999. Windows color (decimal): -7033790 or 4369556. OLE color: 4369556.

HSL color Cylindrical-coordinate representation of color #94AC42: hue angle of 73.58º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94AC42 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 172 66 -
CMYK 0.14 0 0.62 0.33
HSL 73.58º 0.45% 0.47% -
HSV(B) 73.58º 0.62% 0.67% -
XYZ 27.95 36.19 10.67 -
YUV 152.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 148 172 66 0.14 0 0.62 0.33 73.58 0.45 0.47
Hex 94 AC 42 E 0 3E 21 4A 2D 2F
Octal 224 254 102 16 0 76 41 112 55 57
Binary 10010100 10101100 1000010 1110 0 111110 100001 1001010 101101 101111

Color Harmonies of #94AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AC42

Black with #94AC42

Text Example


Text Example

White with #94AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,66); }

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

background-color css

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

 a { background-color: rgb(148,172,66); }

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

border-color css

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

 span { border-color: rgb(148,172,66); }

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