#9EB12C

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

Shades of Limerick #9EB12C

Tints of Limerick #9EB12C

Color information

#9EB12C (or 0x9EB12C) is unknown color: approx Limerick. HEX triplet: 9E, B1 and 2C. RGB value is (158,177,44). Sum of RGB (Red+Green+Blue) = 158+177+44=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB12C is #614ED3. Grayscale: #9C9C9C. Windows color (decimal): -6377172 or 2929054. OLE color: 2929054.

HSL color Cylindrical-coordinate representation of color #9EB12C: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9EB12C is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB15817744-
CMYK0.1100.750.31
HSL68.57º60.18%43.33%-
HSV(B)68.57º75.14%69.41%-
XYZ30.2838.98.29-
YUV156.1664.71129.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.69%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 44 (17.58% from 255) = 11.61%
R=41.69%
G=46.70%
B=11.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158177440.1100.750.3168.5760.1843.33
Hex9EB12CB04B1F453c2b
Octal23626154130113371057453
Binary1001111010110001101100101101001011111111000101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,44); }

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

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

 a { background-color: rgb(158,177,44); }

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

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

 span { border-color: rgb(158,177,44); }

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