#94AF33

Color #94AF33 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #94AF33

Tints of Limerick #94AF33

Color information

#94AF33 (or 0x94AF33) is unknown color: approx Limerick. HEX triplet: 94, AF and 33. RGB value is (148,175,51). Sum of RGB (Red+Green+Blue) = 148+175+51=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AF33 is #6B50CC. Grayscale: #999999. Windows color (decimal): -7033037 or 3387284. OLE color: 3387284.

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

Color convert

RGB14817551-
CMYK0.1500.710.31
HSL73.06º54.87%44.31%-
HSV(B)73.06º70.86%68.63%-
XYZ28.1437.198.83-
YUV152.7970.55124.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=39.57%
G=46.79%
B=13.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175510.1500.710.3173.0654.8744.31
Hex94AF33F0471F49372c
Octal22425763170107371116754
Binary1001010010101111110011111101000111111111001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94AF33;
 }
 .AnyTagClassName
 {
   color: #94AF33;
 }
</style>
background-color css

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

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

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

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

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

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