Html Css Color HEX #94A73A Limerick

📋 copy color: '#94A73A'

red 148 ◦ green 167 ◦ blue 58

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

Shades of Limerick #94A73A

Tints of Limerick #94A73A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.77%

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 39.68%
G = 44.77%
B = 15.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#94A73A (or 0x94A73A) is known color: Limerick. HEX triplet: 94, A7 and 3A. RGB value is (148,167,58). Sum of RGB (Red+Green+Blue) = 148+167+58=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #94A73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A73A is #6B58C5. Grayscale: #959595. Windows color (decimal): -7035078 or 3843988. OLE color: 3843988.

HSL color Cylindrical-coordinate representation of color #94A73A: hue angle of 70.46º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94A73A is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 167 58 -
CMYK 0.11 0 0.65 0.35
HSL 70.46º 0.48% 0.44% -
HSV(B) 70.46º 0.65% 0.65% -
XYZ 26.8 34.24 9.2 -
YUV 148.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 148 167 58 0.11 0 0.65 0.35 70.46 0.48 0.44
Hex 94 A7 3A B 0 41 23 46 30 2C
Octal 224 247 72 13 0 101 43 106 60 54
Binary 10010100 10100111 111010 1011 0 1000001 100011 1000110 110000 101100

Color Harmonies of #94A73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A73A

Black with #94A73A

Text Example


Text Example

White with #94A73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,167,58); }

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

background-color css

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

 a { background-color: rgb(148,167,58); }

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

border-color css

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

 span { border-color: rgb(148,167,58); }

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