#9EAD3D

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

Shades of Limerick #9EAD3D

Tints of Limerick #9EAD3D

Color information

#9EAD3D (or 0x9EAD3D) is unknown color: approx Limerick. HEX triplet: 9E, AD and 3D. RGB value is (158,173,61). Sum of RGB (Red+Green+Blue) = 158+173+61=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAD3D is #6152C2. Grayscale: #9C9C9C. Windows color (decimal): -6378179 or 4042142. OLE color: 4042142.

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

Color convert

RGB15817361-
CMYK0.0900.650.32
HSL68.04º47.86%45.88%-
HSV(B)68.04º64.74%67.84%-
XYZ29.8937.4910.08-
YUV155.7574.53129.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 173 (67.97% from 255) = 44.13%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=40.31%
G=44.13%
B=15.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158173610.0900.650.3268.0447.8645.88
Hex9EAD3D90412044302e
Octal23625575110101401046056
Binary10011110101011011111011001010000011000001000100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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