Html Css Color HEX #0DB39F Persian Green

📋 copy color: '#0DB39F'

red 13 ◦ green 179 ◦ blue 159

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

Shades of Persian Green #0DB39F

Tints of Persian Green #0DB39F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51%

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 3.7%
G = 51%
B = 45.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#0DB39F (or 0x0DB39F) is known color: Persian Green. HEX triplet: 0D, B3 and 9F. RGB value is (13,179,159). Sum of RGB (Red+Green+Blue) = 13+179+159=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB39F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB39F is #F24C60. Grayscale: #7F7F7F. Windows color (decimal): -15879265 or 10466061. OLE color: 10466061.

HSL color Cylindrical-coordinate representation of color #0DB39F: hue angle of 172.77º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB39F is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 159 -
CMYK 0.93 0 0.11 0.30
HSL 172.77º 0.86% 0.38% -
HSV(B) 172.77º 0.93% 0.7% -
XYZ 22.54 34.83 38.34 -
YUV 127.09 146 46.63 -
System Red Green Blue C M Y K H S L
Decimal 13 179 159 0.93 0 0.11 0.30 172.77 0.86 0.38
Hex D B3 9F 5D 0 B 1E AD 56 26
Octal 15 263 237 135 0 13 36 255 126 46
Binary 1101 10110011 10011111 1011101 0 1011 11110 10101101 1010110 100110

Color Harmonies of #0DB39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB39F

Black with #0DB39F

Text Example


Text Example

White with #0DB39F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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