#9FAD36

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

Shades of Limerick #9FAD36

Tints of Limerick #9FAD36

Color information

#9FAD36 (or 0x9FAD36) is unknown color: approx Limerick. HEX triplet: 9F, AD and 36. RGB value is (159,173,54). Sum of RGB (Red+Green+Blue) = 159+173+54=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD36 is #6052C9. Grayscale: #9B9B9B. Windows color (decimal): -6312650 or 3583391. OLE color: 3583391.

HSL color Cylindrical-coordinate representation of color #9FAD36: hue angle of 67.06º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FAD36 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB15917354-
CMYK0.0800.690.32
HSL67.06º52.42%44.51%-
HSV(B)67.06º68.79%67.84%-
XYZ29.9137.529.16-
YUV155.2570.86130.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 173 (67.97% from 255) = 44.82%
BLUE value IS 54 (21.48% from 255) = 13.99%
R=41.19%
G=44.82%
B=13.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159173540.0800.690.3267.0652.4244.51
Hex9FAD3680452043342d
Octal23725566100105401036455
Binary10011111101011011101101000010001011000001000011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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