Html Css Color HEX #0D9986 Persian Green

📋 copy color: '#0D9986'

red 13 ◦ green 153 ◦ blue 134

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

Shades of Persian Green #0D9986

Tints of Persian Green #0D9986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 4.33%
G = 51%
B = 44.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#0D9986 (or 0x0D9986) is known color: Persian Green. HEX triplet: 0D, 99 and 86. RGB value is (13,153,134). Sum of RGB (Red+Green+Blue) = 13+153+134=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9986 is #F26679. Grayscale: #6C6C6C. Windows color (decimal): -15885946 or 8821005. OLE color: 8821005.

HSL color Cylindrical-coordinate representation of color #0D9986: hue angle of 171.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9986 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 153 134 -
CMYK 0.92 0 0.12 0.4
HSL 171.86º 0.84% 0.33% -
HSV(B) 171.86º 0.92% 0.6% -
XYZ 15.86 24.59 26.46 -
YUV 108.97 142.12 59.54 -
System Red Green Blue C M Y K H S L
Decimal 13 153 134 0.92 0 0.12 0.4 171.86 0.84 0.33
Hex D 99 86 5C 0 C 28 AC 54 21
Octal 15 231 206 134 0 14 50 254 124 41
Binary 1101 10011001 10000110 1011100 0 1100 101000 10101100 1010100 100001

Color Harmonies of #0D9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9986

Black with #0D9986

Text Example


Text Example

White with #0D9986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,153,134); }

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

background-color css

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

 a { background-color: rgb(13,153,134); }

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

border-color css

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

 span { border-color: rgb(13,153,134); }

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