#0D9860

Color #0D9860 Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #0D9860

Tints of Shamrock Green #0D9860

Color information

#0D9860 (or 0x0D9860) is unknown color: approx Shamrock Green. HEX triplet: 0D, 98 and 60. RGB value is (13,152,96). Sum of RGB (Red+Green+Blue) = 13+152+96=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #0D9860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9860 is #F2679F. Grayscale: #686868. Windows color (decimal): -15886240 or 6330381. OLE color: 6330381.

HSL color Cylindrical-coordinate representation of color #0D9860: hue angle of 155.83º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9860 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1315296-
CMYK0.9100.370.40
HSL155.83º84.24%32.35%-
HSV(B)155.83º91.45%59.61%-
XYZ13.5123.3914.87-
YUV104.06123.4563.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 152 (59.77% from 255) = 58.24%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=4.98%
G=58.24%
B=36.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13152960.9100.370.40155.8384.2432.35
HexD98605B025289c5420
Octal152301401330455023412440
Binary110110011000110000010110110100101101000100111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D9860; }

 p { color: rgb(13,152,96); }

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

<style>
 a { background-color: #0D9860; }

 a { background-color: rgb(13,152,96); }

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

<style>
 span { border-color: #0D9860; }

 span { border-color: rgb(13,152,96); }

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