#9FAD35

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

Shades of Limerick #9FAD35

Tints of Limerick #9FAD35

Color information

#9FAD35 (or 0x9FAD35) is unknown color: approx Limerick. HEX triplet: 9F, AD and 35. RGB value is (159,173,53). Sum of RGB (Red+Green+Blue) = 159+173+53=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD35 is #6052CA. Grayscale: #9B9B9B. Windows color (decimal): -6312651 or 3517855. OLE color: 3517855.

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

Color convert

RGB15917353-
CMYK0.0800.690.32
HSL67º53.1%44.31%-
HSV(B)67º69.36%67.84%-
XYZ29.8837.529.03-
YUV155.1370.36130.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 53 (21.09% from 255) = 13.77%
R=41.30%
G=44.94%
B=13.77%

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
Decimal159173530.0800.690.326753.144.31
Hex9FAD3580452043352c
Octal23725565100105401036554
Binary10011111101011011101011000010001011000001000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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