#0D9B65

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

Shades of Shamrock Green #0D9B65

Tints of Shamrock Green #0D9B65

Color information

#0D9B65 (or 0x0D9B65) is unknown color: approx Shamrock Green. HEX triplet: 0D, 9B and 65. RGB value is (13,155,101). Sum of RGB (Red+Green+Blue) = 13+155+101=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9B65 is #F2649A. Grayscale: #6A6A6A. Windows color (decimal): -15885467 or 6658829. OLE color: 6658829.

HSL color Cylindrical-coordinate representation of color #0D9B65: hue angle of 157.18º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B65 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB13155101-
CMYK0.9200.350.39
HSL157.18º84.52%32.94%-
HSV(B)157.18º91.61%60.78%-
XYZ14.2424.4716.28-
YUV106.39124.9661.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.83%
GREEN value IS 155 (60.94% from 255) = 57.62%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=4.83%
G=57.62%
B=37.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131551010.9200.350.39157.1884.5232.94
HexD9B655C023279d5521
Octal152331451340434723512541
Binary110110011011110010110111000100011100111100111011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,155,101); }

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

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

 a { background-color: rgb(13,155,101); }

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

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

 span { border-color: rgb(13,155,101); }

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