#9EB430

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

Shades of Limerick #9EB430

Tints of Limerick #9EB430

Color information

#9EB430 (or 0x9EB430) is unknown color: approx Limerick. HEX triplet: 9E, B4 and 30. RGB value is (158,180,48). Sum of RGB (Red+Green+Blue) = 158+180+48=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB430 is #614BCF. Grayscale: #9E9E9E. Windows color (decimal): -6376400 or 3191966. OLE color: 3191966.

HSL color Cylindrical-coordinate representation of color #9EB430: hue angle of 70º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EB430 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB15818048-
CMYK0.1200.730.29
HSL70º57.89%44.71%-
HSV(B)70º73.33%70.59%-
XYZ30.9640.138.91-
YUV158.3765.71127.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=40.93%
G=46.63%
B=12.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158180480.1200.730.297057.8944.71
Hex9EB430C0491D463a2d
Octal23626460140111351067255
Binary1001111010110100110000110001001001111011000110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,48); }

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

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

 a { background-color: rgb(158,180,48); }

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

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

 span { border-color: rgb(158,180,48); }

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