Html Css Color HEX #0DA99F Persian Green

📋 copy color: '#0DA99F'

red 13 ◦ green 169 ◦ blue 159

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

Shades of Persian Green #0DA99F

Tints of Persian Green #0DA99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.56%

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

R = 3.81%
G = 49.56%
B = 46.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#0DA99F (or 0x0DA99F) is known color: Persian Green. HEX triplet: 0D, A9 and 9F. RGB value is (13,169,159). Sum of RGB (Red+Green+Blue) = 13+169+159=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA99F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA99F is #F25660. Grayscale: #797979. Windows color (decimal): -15881825 or 10463501. OLE color: 10463501.

HSL color Cylindrical-coordinate representation of color #0DA99F: hue angle of 176.15º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA99F is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 169 159 -
CMYK 0.92 0 0.06 0.34
HSL 176.15º 0.86% 0.36% -
HSV(B) 176.15º 0.92% 0.66% -
XYZ 20.61 30.96 37.69 -
YUV 121.22 149.32 50.81 -
System Red Green Blue C M Y K H S L
Decimal 13 169 159 0.92 0 0.06 0.34 176.15 0.86 0.36
Hex D A9 9F 5C 0 6 22 B0 56 24
Octal 15 251 237 134 0 6 42 260 126 44
Binary 1101 10101001 10011111 1011100 0 110 100010 10110000 1010110 100100

Color Harmonies of #0DA99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA99F

Black with #0DA99F

Text Example


Text Example

White with #0DA99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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