#9FAC33

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

Shades of Limerick #9FAC33

Tints of Limerick #9FAC33

Color information

#9FAC33 (or 0x9FAC33) is unknown color: approx Limerick. HEX triplet: 9F, AC and 33. RGB value is (159,172,51). Sum of RGB (Red+Green+Blue) = 159+172+51=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC33 is #6053CC. Grayscale: #9A9A9A. Windows color (decimal): -6312909 or 3386527. OLE color: 3386527.

HSL color Cylindrical-coordinate representation of color #9FAC33: hue angle of 66.45º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FAC33 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB15917251-
CMYK0.0800.700.33
HSL66.45º54.26%43.73%-
HSV(B)66.45º70.35%67.45%-
XYZ29.6537.118.73-
YUV154.3269.69131.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=41.62%
G=45.03%
B=13.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159172510.0800.700.3366.4554.2643.73
Hex9FAC3380462142362c
Octal23725463100106411026654
Binary10011111101011001100111000010001101000011000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FAC33; }

 p { color: rgb(159,172,51); }

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

<style>
 a { background-color: #9FAC33; }

 a { background-color: rgb(159,172,51); }

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

<style>
 span { border-color: #9FAC33; }

 span { border-color: rgb(159,172,51); }

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