Html Css Color HEX #0DA99E Persian Green

📋 copy color: '#0DA99E'

red 13 ◦ green 169 ◦ blue 158

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

Shades of Persian Green #0DA99E

Tints of Persian Green #0DA99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 3.82%
G = 49.71%
B = 46.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#0DA99E (or 0x0DA99E) is known color: Persian Green. HEX triplet: 0D, A9 and 9E. RGB value is (13,169,158). Sum of RGB (Red+Green+Blue) = 13+169+158=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA99E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA99E is #F25661. Grayscale: #787878. Windows color (decimal): -15881826 or 10397965. OLE color: 10397965.

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

Color convert

RGB 13 169 158 -
CMYK 0.92 0 0.07 0.34
HSL 175.77º 0.86% 0.36% -
HSV(B) 175.77º 0.92% 0.66% -
XYZ 20.53 30.93 37.24 -
YUV 121.1 148.82 50.89 -
System Red Green Blue C M Y K H S L
Decimal 13 169 158 0.92 0 0.07 0.34 175.77 0.86 0.36
Hex D A9 9E 5C 0 7 22 B0 56 24
Octal 15 251 236 134 0 7 42 260 126 44
Binary 1101 10101001 10011110 1011100 0 111 100010 10110000 1010110 100100

Color Harmonies of #0DA99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA99E

Black with #0DA99E

Text Example


Text Example

White with #0DA99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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