#0D905F

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

Shades of Shamrock Green #0D905F

Tints of Shamrock Green #0D905F

Color information

#0D905F (or 0x0D905F) is unknown color: approx Shamrock Green. HEX triplet: 0D, 90 and 5F. RGB value is (13,144,95). Sum of RGB (Red+Green+Blue) = 13+144+95=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #0D905F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D905F is #F26FA0. Grayscale: #636363. Windows color (decimal): -15888289 or 6262797. OLE color: 6262797.

HSL color Cylindrical-coordinate representation of color #0D905F: hue angle of 157.56º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D905F is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1314495-
CMYK0.9100.340.44
HSL157.56º83.44%30.78%-
HSV(B)157.56º90.97%56.47%-
XYZ12.220.8614.21-
YUV99.24125.666.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=5.16%
G=57.14%
B=37.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13144950.9100.340.44157.5683.4430.78
HexD905F5B0222C9e531f
Octal152201371330425423612337
Binary11011001000010111111011011010001010110010011110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,144,95); }

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

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

 a { background-color: rgb(13,144,95); }

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

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

 span { border-color: rgb(13,144,95); }

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