#9FB239

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

Shades of Limerick #9FB239

Tints of Limerick #9FB239

Color information

#9FB239 (or 0x9FB239) is unknown color: approx Limerick. HEX triplet: 9F, B2 and 39. RGB value is (159,178,57). Sum of RGB (Red+Green+Blue) = 159+178+57=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB239 is #604DC6. Grayscale: #9E9E9E. Windows color (decimal): -6311367 or 3781279. OLE color: 3781279.

HSL color Cylindrical-coordinate representation of color #9FB239: hue angle of 69.42º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FB239 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB15917857-
CMYK0.1100.680.30
HSL69.42º51.49%46.08%-
HSV(B)69.42º67.98%69.8%-
XYZ30.9639.519.86-
YUV158.5270.71128.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 178 (69.92% from 255) = 45.18%
BLUE value IS 57 (22.66% from 255) = 14.47%
R=40.36%
G=45.18%
B=14.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159178570.1100.680.3069.4251.4946.08
Hex9FB239B0441E45332e
Octal23726271130104361056356
Binary1001111110110010111001101101000100111101000101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,178,57); }

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

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

 a { background-color: rgb(159,178,57); }

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

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

 span { border-color: rgb(159,178,57); }

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