#9FAD33

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

Shades of Limerick #9FAD33

Tints of Limerick #9FAD33

Color information

#9FAD33 (or 0x9FAD33) is unknown color: approx Limerick. HEX triplet: 9F, AD and 33. RGB value is (159,173,51). Sum of RGB (Red+Green+Blue) = 159+173+51=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD33 is #6052CC. Grayscale: #9B9B9B. Windows color (decimal): -6312653 or 3386783. OLE color: 3386783.

HSL color Cylindrical-coordinate representation of color #9FAD33: hue angle of 66.89º degrees, saturation: 0.54, 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 #9FAD33 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB15917351-
CMYK0.0800.710.32
HSL66.89º54.46%43.92%-
HSV(B)66.89º70.52%67.84%-
XYZ29.8437.58.8-
YUV154.9169.36130.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=41.51%
G=45.17%
B=13.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159173510.0800.710.3266.8954.4643.92
Hex9FAD3380472043362c
Octal23725563100107401036654
Binary10011111101011011100111000010001111000001000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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