#9EAC34

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

Shades of Limerick #9EAC34

Tints of Limerick #9EAC34

Color information

#9EAC34 (or 0x9EAC34) is unknown color: approx Limerick. HEX triplet: 9E, AC and 34. RGB value is (158,172,52). Sum of RGB (Red+Green+Blue) = 158+172+52=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC34 is #6153CB. Grayscale: #9A9A9A. Windows color (decimal): -6378444 or 3452062. OLE color: 3452062.

HSL color Cylindrical-coordinate representation of color #9EAC34: hue angle of 67º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9EAC34 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB15817252-
CMYK0.0800.700.33
HSL67º53.57%43.92%-
HSV(B)67º69.77%67.45%-
XYZ29.4737.028.84-
YUV154.1370.36130.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.36%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=41.36%
G=45.03%
B=13.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158172520.0800.700.336753.5743.92
Hex9EAC3480462143362c
Octal23625464100106411036654
Binary10011110101011001101001000010001101000011000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,52); }

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

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

 a { background-color: rgb(158,172,52); }

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

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

 span { border-color: rgb(158,172,52); }

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