#9FAB35

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

Shades of Limerick #9FAB35

Tints of Limerick #9FAB35

Color information

#9FAB35 (or 0x9FAB35) is unknown color: approx Limerick. HEX triplet: 9F, AB and 35. RGB value is (159,171,53). Sum of RGB (Red+Green+Blue) = 159+171+53=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB35 is #6054CA. Grayscale: #9A9A9A. Windows color (decimal): -6313163 or 3517343. OLE color: 3517343.

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

Color convert

RGB15917153-
CMYK0.0700.690.33
HSL66.1º52.68%43.92%-
HSV(B)66.1º69.01%67.06%-
XYZ29.536.758.91-
YUV153.9671.02131.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=41.51%
G=44.65%
B=13.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159171530.0700.690.3366.152.6843.92
Hex9FAB3570452142352c
Octal2372536570105411026554
Binary1001111110101011110101111010001011000011000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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