Html Css Color HEX #0D9C60 Shamrock Green

📋 copy color: '#0D9C60'

red 13 ◦ green 156 ◦ blue 96

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

Shades of Shamrock Green #0D9C60

Tints of Shamrock Green #0D9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 58.87%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 4.91%
G = 58.87%
B = 36.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#0D9C60 (or 0x0D9C60) is known color: Shamrock Green. HEX triplet: 0D, 9C and 60. RGB value is (13,156,96). Sum of RGB (Red+Green+Blue) = 13+156+96=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9C60 is #F2639F. Grayscale: #6A6A6A. Windows color (decimal): -15885216 or 6331405. OLE color: 6331405.

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

Color convert

RGB 13 156 96 -
CMYK 0.92 0 0.38 0.39
HSL 154.83º 0.85% 0.33% -
HSV(B) 154.83º 0.92% 0.61% -
XYZ 14.17 24.71 15.09 -
YUV 106.4 122.12 61.38 -
System Red Green Blue C M Y K H S L
Decimal 13 156 96 0.92 0 0.38 0.39 154.83 0.85 0.33
Hex D 9C 60 5C 0 26 27 9B 55 21
Octal 15 234 140 134 0 46 47 233 125 41
Binary 1101 10011100 1100000 1011100 0 100110 100111 10011011 1010101 100001

Color Harmonies of #0D9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9C60

Black with #0D9C60

Text Example


Text Example

White with #0D9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,156,96); }

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

background-color css

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

 a { background-color: rgb(13,156,96); }

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

border-color css

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

 span { border-color: rgb(13,156,96); }

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