Html Css Color HEX #94AE32 Limerick

📋 copy color: '#94AE32'

red 148 ◦ green 174 ◦ blue 50

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

Shades of Limerick #94AE32

Tints of Limerick #94AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.77%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 39.78%
G = 46.77%
B = 13.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#94AE32 (or 0x94AE32) is known color: Limerick. HEX triplet: 94, AE and 32. RGB value is (148,174,50). Sum of RGB (Red+Green+Blue) = 148+174+50=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AE32 is #6B51CD. Grayscale: #989898. Windows color (decimal): -7033294 or 3321492. OLE color: 3321492.

HSL color Cylindrical-coordinate representation of color #94AE32: hue angle of 72.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94AE32 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 174 50 -
CMYK 0.15 0 0.71 0.32
HSL 72.58º 0.55% 0.44% -
HSV(B) 72.58º 0.71% 0.68% -
XYZ 27.92 36.8 8.65 -
YUV 152.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 148 174 50 0.15 0 0.71 0.32 72.58 0.55 0.44
Hex 94 AE 32 F 0 47 20 49 37 2C
Octal 224 256 62 17 0 107 40 111 67 54
Binary 10010100 10101110 110010 1111 0 1000111 100000 1001001 110111 101100

Color Harmonies of #94AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AE32

Black with #94AE32

Text Example


Text Example

White with #94AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,174,50); }

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

background-color css

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

 a { background-color: rgb(148,174,50); }

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

border-color css

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

 span { border-color: rgb(148,174,50); }

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