Html Css Color HEX #94AB40 Limerick

📋 copy color: '#94AB40'

red 148 ◦ green 171 ◦ blue 64

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

Shades of Limerick #94AB40

Tints of Limerick #94AB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.65%

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

R = 38.64%
G = 44.65%
B = 16.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#94AB40 (or 0x94AB40) is known color: Limerick. HEX triplet: 94, AB and 40. RGB value is (148,171,64). Sum of RGB (Red+Green+Blue) = 148+171+64=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AB40 is #6B54BF. Grayscale: #989898. Windows color (decimal): -7034048 or 4238228. OLE color: 4238228.

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

Color convert

RGB 148 171 64 -
CMYK 0.13 0 0.63 0.33
HSL 72.9º 0.46% 0.46% -
HSV(B) 72.9º 0.63% 0.67% -
XYZ 27.7 35.79 10.3 -
YUV 151.93 78.38 125.2 -
System Red Green Blue C M Y K H S L
Decimal 148 171 64 0.13 0 0.63 0.33 72.9 0.46 0.46
Hex 94 AB 40 D 0 3F 21 49 2E 2E
Octal 224 253 100 15 0 77 41 111 56 56
Binary 10010100 10101011 1000000 1101 0 111111 100001 1001001 101110 101110

Color Harmonies of #94AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB40

Black with #94AB40

Text Example


Text Example

White with #94AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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