#0D9D5A

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

Shades of Shamrock Green #0D9D5A

Tints of Shamrock Green #0D9D5A

Color information

#0D9D5A (or 0x0D9D5A) is unknown color: approx Shamrock Green. HEX triplet: 0D, 9D and 5A. RGB value is (13,157,90). Sum of RGB (Red+Green+Blue) = 13+157+90=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 157 (61.72% from 255 or 60.38% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9D5A is #F262A5. Grayscale: #6A6A6A. Windows color (decimal): -15884966 or 5938445. OLE color: 5938445.

HSL color Cylindrical-coordinate representation of color #0D9D5A: hue angle of 152.08º 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 #0D9D5A is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1315790-
CMYK0.9200.430.38
HSL152.08º84.71%33.33%-
HSV(B)152.08º91.72%61.57%-
XYZ14.0724.9413.74-
YUV106.31118.7961.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5%
GREEN value IS 157 (61.72% from 255) = 60.38%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=5%
G=60.38%
B=34.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13157900.9200.430.38152.0884.7133.33
HexD9D5A5C02B26985521
Octal152351321340534623012541
Binary110110011101101101010111000101011100110100110001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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