#9DAD3C

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

Shades of Limerick #9DAD3C

Tints of Limerick #9DAD3C

Color information

#9DAD3C (or 0x9DAD3C) is unknown color: approx Limerick. HEX triplet: 9D, AD and 3C. RGB value is (157,173,60). Sum of RGB (Red+Green+Blue) = 157+173+60=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAD3C is #6252C3. Grayscale: #9B9B9B. Windows color (decimal): -6443716 or 3976605. OLE color: 3976605.

HSL color Cylindrical-coordinate representation of color #9DAD3C: hue angle of 68.5º 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 #9DAD3C is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB15717360-
CMYK0.0900.650.32
HSL68.5º48.5%45.69%-
HSV(B)68.5º65.32%67.84%-
XYZ29.6637.389.93-
YUV155.3374.2129.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 173 (67.97% from 255) = 44.36%
BLUE value IS 60 (23.83% from 255) = 15.38%
R=40.26%
G=44.36%
B=15.38%

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
Decimal157173600.0900.650.3268.548.545.69
Hex9DAD3C90412044302e
Octal23525574110101401046056
Binary10011101101011011111001001010000011000001000100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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