#0D9458

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

Shades of Shamrock Green #0D9458

Tints of Shamrock Green #0D9458

Color information

#0D9458 (or 0x0D9458) is unknown color: approx Shamrock Green. HEX triplet: 0D, 94 and 58. RGB value is (13,148,88). Sum of RGB (Red+Green+Blue) = 13+148+88=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9458 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9458 is #F26BA7. Grayscale: #646464. Windows color (decimal): -15887272 or 5805069. OLE color: 5805069.

HSL color Cylindrical-coordinate representation of color #0D9458: hue angle of 153.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9458 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1314888-
CMYK0.9100.410.42
HSL153.33º83.85%31.57%-
HSV(B)153.33º91.22%58.04%-
XYZ12.5221.9712.81-
YUV100.79120.7765.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.22%
GREEN value IS 148 (58.20% from 255) = 59.44%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=5.22%
G=59.44%
B=35.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13148880.9100.410.42153.3383.8531.57
HexD94585B0292A995420
Octal152241301330515223112440
Binary110110010100101100010110110101001101010100110011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,148,88); }

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

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

 a { background-color: rgb(13,148,88); }

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

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

 span { border-color: rgb(13,148,88); }

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