Html Css Color HEX #94AF40 Limerick

📋 copy color: '#94AF40'

red 148 ◦ green 175 ◦ blue 64

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

Shades of Limerick #94AF40

Tints of Limerick #94AF40

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.22%

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

R = 38.24%
G = 45.22%
B = 16.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#94AF40 (or 0x94AF40) is known color: Limerick. HEX triplet: 94, AF and 40. RGB value is (148,175,64). Sum of RGB (Red+Green+Blue) = 148+175+64=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AF40 is #6B50BF. Grayscale: #9A9A9A. Windows color (decimal): -7033024 or 4239252. OLE color: 4239252.

HSL color Cylindrical-coordinate representation of color #94AF40: hue angle of 74.59º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94AF40 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 175 64 -
CMYK 0.15 0 0.63 0.31
HSL 74.59º 0.46% 0.47% -
HSV(B) 74.59º 0.63% 0.69% -
XYZ 28.47 37.33 10.55 -
YUV 154.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 148 175 64 0.15 0 0.63 0.31 74.59 0.46 0.47
Hex 94 AF 40 F 0 3F 1F 4B 2E 2F
Octal 224 257 100 17 0 77 37 113 56 57
Binary 10010100 10101111 1000000 1111 0 111111 11111 1001011 101110 101111

Color Harmonies of #94AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF40

Black with #94AF40

Text Example


Text Example

White with #94AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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