#9EAD38

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

Shades of Limerick #9EAD38

Tints of Limerick #9EAD38

Color information

#9EAD38 (or 0x9EAD38) is unknown color: approx Limerick. HEX triplet: 9E, AD and 38. RGB value is (158,173,56). Sum of RGB (Red+Green+Blue) = 158+173+56=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAD38 is #6152C7. Grayscale: #9B9B9B. Windows color (decimal): -6378184 or 3714462. OLE color: 3714462.

HSL color Cylindrical-coordinate representation of color #9EAD38: hue angle of 67.69º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EAD38 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB15817356-
CMYK0.0900.680.32
HSL67.69º51.09%44.9%-
HSV(B)67.69º67.63%67.84%-
XYZ29.7637.449.4-
YUV155.1872.03130.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 173 (67.97% from 255) = 44.70%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=40.83%
G=44.70%
B=14.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158173560.0900.680.3267.6951.0944.9
Hex9EAD3890442044332d
Octal23625570110104401046355
Binary10011110101011011110001001010001001000001000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,173,56); }

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

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

 a { background-color: rgb(158,173,56); }

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

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

 span { border-color: rgb(158,173,56); }

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