#9EB13A

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

Shades of Limerick #9EB13A

Tints of Limerick #9EB13A

Color information

#9EB13A (or 0x9EB13A) is unknown color: approx Limerick. HEX triplet: 9E, B1 and 3A. RGB value is (158,177,58). Sum of RGB (Red+Green+Blue) = 158+177+58=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB13A is #614EC5. Grayscale: #9E9E9E. Windows color (decimal): -6377158 or 3846558. OLE color: 3846558.

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

Color convert

RGB15817758-
CMYK0.1100.670.31
HSL69.58º50.64%46.08%-
HSV(B)69.58º67.23%69.41%-
XYZ30.5939.029.92-
YUV157.7571.71128.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 177 (69.53% from 255) = 45.04%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=40.20%
G=45.04%
B=14.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158177580.1100.670.3169.5850.6446.08
Hex9EB13AB0431F46332e
Octal23626172130103371066356
Binary1001111010110001111010101101000011111111000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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