Html Css Color HEX #0D9C5A Shamrock Green

📋 copy color: '#0D9C5A'

red 13 ◦ green 156 ◦ blue 90

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

Shades of Shamrock Green #0D9C5A

Tints of Shamrock Green #0D9C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 5.02%
G = 60.23%
B = 34.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#0D9C5A (or 0x0D9C5A) is known color: Shamrock Green. HEX triplet: 0D, 9C and 5A. RGB value is (13,156,90). Sum of RGB (Red+Green+Blue) = 13+156+90=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 156 (61.33% from 255 or 60.23% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9C5A is #F263A5. Grayscale: #696969. Windows color (decimal): -15885222 or 5938189. OLE color: 5938189.

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

Color convert

RGB 13 156 90 -
CMYK 0.92 0 0.42 0.39
HSL 152.31º 0.85% 0.33% -
HSV(B) 152.31º 0.92% 0.61% -
XYZ 13.9 24.6 13.69 -
YUV 105.72 119.12 61.87 -
System Red Green Blue C M Y K H S L
Decimal 13 156 90 0.92 0 0.42 0.39 152.31 0.85 0.33
Hex D 9C 5A 5C 0 2A 27 98 55 21
Octal 15 234 132 134 0 52 47 230 125 41
Binary 1101 10011100 1011010 1011100 0 101010 100111 10011000 1010101 100001

Color Harmonies of #0D9C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9C5A

Black with #0D9C5A

Text Example


Text Example

White with #0D9C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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