Html Css Color HEX #0D9E5F Shamrock Green

📋 copy color: '#0D9E5F'

red 13 ◦ green 158 ◦ blue 95

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

Shades of Shamrock Green #0D9E5F

Tints of Shamrock Green #0D9E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 59.4%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 4.89%
G = 59.4%
B = 35.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#0D9E5F (or 0x0D9E5F) is known color: Shamrock Green. HEX triplet: 0D, 9E and 5F. RGB value is (13,158,95). Sum of RGB (Red+Green+Blue) = 13+158+95=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 158 (62.11% from 255 or 59.40% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E5F is #F261A0. Grayscale: #6B6B6B. Windows color (decimal): -15884705 or 6266381. OLE color: 6266381.

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

Color convert

RGB 13 158 95 -
CMYK 0.92 0 0.40 0.38
HSL 153.93º 0.85% 0.34% -
HSV(B) 153.93º 0.92% 0.62% -
XYZ 14.46 25.37 14.96 -
YUV 107.46 120.96 60.62 -
System Red Green Blue C M Y K H S L
Decimal 13 158 95 0.92 0 0.40 0.38 153.93 0.85 0.34
Hex D 9E 5F 5C 0 28 26 9A 55 22
Octal 15 236 137 134 0 50 46 232 125 42
Binary 1101 10011110 1011111 1011100 0 101000 100110 10011010 1010101 100010

Color Harmonies of #0D9E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9E5F

Black with #0D9E5F

Text Example


Text Example

White with #0D9E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,158,95); }

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

background-color css

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

 a { background-color: rgb(13,158,95); }

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

border-color css

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

 span { border-color: rgb(13,158,95); }

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