Html Css Color HEX #94AA40 Limerick

📋 copy color: '#94AA40'

red 148 ◦ green 170 ◦ blue 64

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

Shades of Limerick #94AA40

Tints of Limerick #94AA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.5%

 BLUE value IS 64 (25.39% from 255) = 16.75%

R = 38.74%
G = 44.5%
B = 16.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#94AA40 (or 0x94AA40) is known color: Limerick. HEX triplet: 94, AA and 40. RGB value is (148,170,64). Sum of RGB (Red+Green+Blue) = 148+170+64=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AA40 is #6B55BF. Grayscale: #979797. Windows color (decimal): -7034304 or 4237972. OLE color: 4237972.

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

Color convert

RGB 148 170 64 -
CMYK 0.13 0 0.62 0.33
HSL 72.45º 0.45% 0.46% -
HSV(B) 72.45º 0.62% 0.67% -
XYZ 27.51 35.42 10.24 -
YUV 151.34 78.71 125.62 -
System Red Green Blue C M Y K H S L
Decimal 148 170 64 0.13 0 0.62 0.33 72.45 0.45 0.46
Hex 94 AA 40 D 0 3E 21 48 2D 2E
Octal 224 252 100 15 0 76 41 110 55 56
Binary 10010100 10101010 1000000 1101 0 111110 100001 1001000 101101 101110

Color Harmonies of #94AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA40

Black with #94AA40

Text Example


Text Example

White with #94AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,170,64); }

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

background-color css

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

 a { background-color: rgb(148,170,64); }

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

border-color css

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

 span { border-color: rgb(148,170,64); }

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