#9FB23A

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

Shades of Limerick #9FB23A

Tints of Limerick #9FB23A

Color information

#9FB23A (or 0x9FB23A) is unknown color: approx Limerick. HEX triplet: 9F, B2 and 3A. RGB value is (159,178,58). Sum of RGB (Red+Green+Blue) = 159+178+58=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB23A is #604DC5. Grayscale: #9F9F9F. Windows color (decimal): -6311366 or 3846815. OLE color: 3846815.

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

Color convert

RGB15917858-
CMYK0.1100.670.30
HSL69.5º50.85%46.27%-
HSV(B)69.5º67.42%69.8%-
XYZ30.9839.5210-
YUV158.6471.21128.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 178 (69.92% from 255) = 45.06%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=40.25%
G=45.06%
B=14.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159178580.1100.670.3069.550.8546.27
Hex9FB23AB0431E46332e
Octal23726272130103361066356
Binary1001111110110010111010101101000011111101000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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