Html Css Color HEX #0D915D Shamrock Green

📋 copy color: '#0D915D'

red 13 ◦ green 145 ◦ blue 93

#0D915D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #0D915D

Tints of Shamrock Green #0D915D

RGB

 RED value IS 13 (5.47% from 255) = 5.18%

 GREEN value IS 145 (57.03% from 255) = 57.77%

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 5.18%
G = 57.77%
B = 37.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#0D915D (or 0x0D915D) is known color: Shamrock Green. HEX triplet: 0D, 91 and 5D. RGB value is (13,145,93). Sum of RGB (Red+Green+Blue) = 13+145+93=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #0D915D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D915D is #F26EA2. Grayscale: #636363. Windows color (decimal): -15888035 or 6131981. OLE color: 6131981.

HSL color Cylindrical-coordinate representation of color #0D915D: hue angle of 156.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D915D is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 145 93 -
CMYK 0.91 0 0.36 0.43
HSL 156.36º 0.84% 0.31% -
HSV(B) 156.36º 0.91% 0.57% -
XYZ 12.27 21.13 13.79 -
YUV 99.6 124.27 66.23 -
System Red Green Blue C M Y K H S L
Decimal 13 145 93 0.91 0 0.36 0.43 156.36 0.84 0.31
Hex D 91 5D 5B 0 24 2B 9C 54 1F
Octal 15 221 135 133 0 44 53 234 124 37
Binary 1101 10010001 1011101 1011011 0 100100 101011 10011100 1010100 11111

Color Harmonies of #0D915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D915D

Black with #0D915D

Text Example


Text Example

White with #0D915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,145,93); }

 H1.HeaderClassName
 {
   color: #0D915D;
 }
 .AnyTagClassName
 {
   color: #0D915D;
 }
</style>

background-color css

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

 a { background-color: rgb(13,145,93); }

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

border-color css

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

 span { border-color: rgb(13,145,93); }

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