Html Css Color HEX #0DA68A Persian Green

📋 copy color: '#0DA68A'

red 13 ◦ green 166 ◦ blue 138

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

Shades of Persian Green #0DA68A

Tints of Persian Green #0DA68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.37%

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 4.1%
G = 52.37%
B = 43.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#0DA68A (or 0x0DA68A) is known color: Persian Green. HEX triplet: 0D, A6 and 8A. RGB value is (13,166,138). Sum of RGB (Red+Green+Blue) = 13+166+138=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA68A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA68A is #F25975. Grayscale: #757575. Windows color (decimal): -15882614 or 9086477. OLE color: 9086477.

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

Color convert

RGB 13 166 138 -
CMYK 0.92 0 0.17 0.35
HSL 169.02º 0.85% 0.35% -
HSV(B) 169.02º 0.92% 0.65% -
XYZ 18.39 29.19 28.71 -
YUV 117.06 139.81 53.78 -
System Red Green Blue C M Y K H S L
Decimal 13 166 138 0.92 0 0.17 0.35 169.02 0.85 0.35
Hex D A6 8A 5C 0 11 23 A9 55 23
Octal 15 246 212 134 0 21 43 251 125 43
Binary 1101 10100110 10001010 1011100 0 10001 100011 10101001 1010101 100011

Color Harmonies of #0DA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA68A

Black with #0DA68A

Text Example


Text Example

White with #0DA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,166,138); }

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

background-color css

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

 a { background-color: rgb(13,166,138); }

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

border-color css

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

 span { border-color: rgb(13,166,138); }

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