Html Css Color HEX #0DA59F Persian Green

📋 copy color: '#0DA59F'

red 13 ◦ green 165 ◦ blue 159

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

Shades of Persian Green #0DA59F

Tints of Persian Green #0DA59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

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

R = 3.86%
G = 48.96%
B = 47.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#0DA59F (or 0x0DA59F) is known color: Persian Green. HEX triplet: 0D, A5 and 9F. RGB value is (13,165,159). Sum of RGB (Red+Green+Blue) = 13+165+159=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA59F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA59F is #F25A60. Grayscale: #767676. Windows color (decimal): -15882849 or 10462477. OLE color: 10462477.

HSL color Cylindrical-coordinate representation of color #0DA59F: hue angle of 177.63º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA59F is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 165 159 -
CMYK 0.92 0 0.04 0.35
HSL 177.63º 0.85% 0.35% -
HSV(B) 177.63º 0.92% 0.65% -
XYZ 19.88 29.5 37.45 -
YUV 118.87 150.64 52.49 -
System Red Green Blue C M Y K H S L
Decimal 13 165 159 0.92 0 0.04 0.35 177.63 0.85 0.35
Hex D A5 9F 5C 0 4 23 B2 55 23
Octal 15 245 237 134 0 4 43 262 125 43
Binary 1101 10100101 10011111 1011100 0 100 100011 10110010 1010101 100011

Color Harmonies of #0DA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA59F

Black with #0DA59F

Text Example


Text Example

White with #0DA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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