Html Css Color HEX #0D9C5C Shamrock Green

📋 copy color: '#0D9C5C'

red 13 ◦ green 156 ◦ blue 92

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

Shades of Shamrock Green #0D9C5C

Tints of Shamrock Green #0D9C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 4.98%
G = 59.77%
B = 35.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#0D9C5C (or 0x0D9C5C) is known color: Shamrock Green. HEX triplet: 0D, 9C and 5C. RGB value is (13,156,92). Sum of RGB (Red+Green+Blue) = 13+156+92=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 156 (61.33% from 255 or 59.77% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9C5C is #F263A3. Grayscale: #6A6A6A. Windows color (decimal): -15885220 or 6069261. OLE color: 6069261.

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

Color convert

RGB 13 156 92 -
CMYK 0.92 0 0.41 0.39
HSL 153.15º 0.85% 0.33% -
HSV(B) 153.15º 0.92% 0.61% -
XYZ 13.99 24.64 14.14 -
YUV 105.95 120.12 61.7 -
System Red Green Blue C M Y K H S L
Decimal 13 156 92 0.92 0 0.41 0.39 153.15 0.85 0.33
Hex D 9C 5C 5C 0 29 27 99 55 21
Octal 15 234 134 134 0 51 47 231 125 41
Binary 1101 10011100 1011100 1011100 0 101001 100111 10011001 1010101 100001

Color Harmonies of #0D9C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9C5C

Black with #0D9C5C

Text Example


Text Example

White with #0D9C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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