Html Css Color HEX #94AA3F Limerick

📋 copy color: '#94AA3F'

red 148 ◦ green 170 ◦ blue 63

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

Shades of Limerick #94AA3F

Tints of Limerick #94AA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.54%

R = 38.85%
G = 44.62%
B = 16.54%

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

#94AA3F (or 0x94AA3F) is known color: Limerick. HEX triplet: 94, AA and 3F. RGB value is (148,170,63). Sum of RGB (Red+Green+Blue) = 148+170+63=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AA3F is #6B55C0. Grayscale: #979797. Windows color (decimal): -7034305 or 4172436. OLE color: 4172436.

HSL color Cylindrical-coordinate representation of color #94AA3F: hue angle of 72.34º 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 #94AA3F is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 170 63 -
CMYK 0.13 0 0.63 0.33
HSL 72.34º 0.46% 0.46% -
HSV(B) 72.34º 0.63% 0.67% -
XYZ 27.48 35.4 10.09 -
YUV 151.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 148 170 63 0.13 0 0.63 0.33 72.34 0.46 0.46
Hex 94 AA 3F D 0 3F 21 48 2E 2E
Octal 224 252 77 15 0 77 41 110 56 56
Binary 10010100 10101010 111111 1101 0 111111 100001 1001000 101110 101110

Color Harmonies of #94AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA3F

Black with #94AA3F

Text Example


Text Example

White with #94AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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