#0D9D68

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

Shades of Shamrock Green #0D9D68

Tints of Shamrock Green #0D9D68

Color information

#0D9D68 (or 0x0D9D68) is unknown color: approx Shamrock Green. HEX triplet: 0D, 9D and 68. RGB value is (13,157,104). Sum of RGB (Red+Green+Blue) = 13+157+104=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9D68 is #F26297. Grayscale: #6B6B6B. Windows color (decimal): -15884952 or 6855949. OLE color: 6855949.

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

Color convert

RGB13157104-
CMYK0.9200.340.38
HSL157.92º84.71%33.33%-
HSV(B)157.92º91.72%61.57%-
XYZ14.7225.217.18-
YUV107.9125.7960.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.74%
GREEN value IS 157 (61.72% from 255) = 57.30%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=4.74%
G=57.30%
B=37.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131571040.9200.340.38157.9284.7133.33
HexD9D685C022269e5521
Octal152351501340424623612541
Binary110110011101110100010111000100010100110100111101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,157,104); }

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

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

 a { background-color: rgb(13,157,104); }

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

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

 span { border-color: rgb(13,157,104); }

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