Html Css Color HEX #94AF3F Limerick

📋 copy color: '#94AF3F'

red 148 ◦ green 175 ◦ blue 63

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

Shades of Limerick #94AF3F

Tints of Limerick #94AF3F

RGB

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

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

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

R = 38.34%
G = 45.34%
B = 16.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#94AF3F (or 0x94AF3F) is known color: Limerick. HEX triplet: 94, AF and 3F. RGB value is (148,175,63). Sum of RGB (Red+Green+Blue) = 148+175+63=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AF3F is #6B50C0. Grayscale: #9A9A9A. Windows color (decimal): -7033025 or 4173716. OLE color: 4173716.

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

Color convert

RGB 148 175 63 -
CMYK 0.15 0 0.64 0.31
HSL 74.46º 0.47% 0.47% -
HSV(B) 74.46º 0.64% 0.69% -
XYZ 28.44 37.31 10.41 -
YUV 154.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 148 175 63 0.15 0 0.64 0.31 74.46 0.47 0.47
Hex 94 AF 3F F 0 40 1F 4A 2F 2F
Octal 224 257 77 17 0 100 37 112 57 57
Binary 10010100 10101111 111111 1111 0 1000000 11111 1001010 101111 101111

Color Harmonies of #94AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF3F

Black with #94AF3F

Text Example


Text Example

White with #94AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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