#9DAD34

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

Shades of Limerick #9DAD34

Tints of Limerick #9DAD34

Color information

#9DAD34 (or 0x9DAD34) is unknown color: approx Limerick. HEX triplet: 9D, AD and 34. RGB value is (157,173,52). Sum of RGB (Red+Green+Blue) = 157+173+52=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAD34 is #6252CB. Grayscale: #9A9A9A. Windows color (decimal): -6443724 or 3452317. OLE color: 3452317.

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

Color convert

RGB15717352-
CMYK0.0900.700.32
HSL67.93º53.78%44.12%-
HSV(B)67.93º69.94%67.84%-
XYZ29.4737.38.9-
YUV154.4270.2129.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=41.10%
G=45.29%
B=13.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157173520.0900.700.3267.9353.7844.12
Hex9DAD3490462044362c
Octal23525564110106401046654
Binary10011101101011011101001001010001101000001000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,173,52); }

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

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

 a { background-color: rgb(157,173,52); }

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

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

 span { border-color: rgb(157,173,52); }

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