#0D9862

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

Shades of Shamrock Green #0D9862

Tints of Shamrock Green #0D9862

Color information

#0D9862 (or 0x0D9862) is unknown color: approx Shamrock Green. HEX triplet: 0D, 98 and 62. RGB value is (13,152,98). Sum of RGB (Red+Green+Blue) = 13+152+98=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #0D9862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9862 is #F2679D. Grayscale: #686868. Windows color (decimal): -15886238 or 6461453. OLE color: 6461453.

HSL color Cylindrical-coordinate representation of color #0D9862: hue angle of 156.69º 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 #0D9862 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1315298-
CMYK0.9100.360.40
HSL156.69º84.24%32.35%-
HSV(B)156.69º91.45%59.61%-
XYZ13.623.4215.36-
YUV104.28124.4562.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.94%
GREEN value IS 152 (59.77% from 255) = 57.79%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=4.94%
G=57.79%
B=37.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13152980.9100.360.40156.6984.2432.35
HexD98625B024289d5420
Octal152301421330445023512440
Binary110110011000110001010110110100100101000100111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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