Html Css Color HEX #0D9F9B Persian Green

📋 copy color: '#0D9F9B'

red 13 ◦ green 159 ◦ blue 155

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

Shades of Persian Green #0D9F9B

Tints of Persian Green #0D9F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.62%

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 3.98%
G = 48.62%
B = 47.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#0D9F9B (or 0x0D9F9B) is known color: Persian Green. HEX triplet: 0D, 9F and 9B. RGB value is (13,159,155). Sum of RGB (Red+Green+Blue) = 13+159+155=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9F9B is #F26064. Grayscale: #727272. Windows color (decimal): -15884389 or 10198797. OLE color: 10198797.

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

Color convert

RGB 13 159 155 -
CMYK 0.92 0 0.03 0.38
HSL 178.36º 0.85% 0.34% -
HSV(B) 178.36º 0.92% 0.62% -
XYZ 18.48 27.25 35.3 -
YUV 114.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 13 159 155 0.92 0 0.03 0.38 178.36 0.85 0.34
Hex D 9F 9B 5C 0 3 26 B2 55 22
Octal 15 237 233 134 0 3 46 262 125 42
Binary 1101 10011111 10011011 1011100 0 11 100110 10110010 1010101 100010

Color Harmonies of #0D9F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9F9B

Black with #0D9F9B

Text Example


Text Example

White with #0D9F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,159,155); }

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

background-color css

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

 a { background-color: rgb(13,159,155); }

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

border-color css

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

 span { border-color: rgb(13,159,155); }

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