Html Css Color HEX #0DAD9C Persian Green

📋 copy color: '#0DAD9C'

red 13 ◦ green 173 ◦ blue 156

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

Shades of Persian Green #0DAD9C

Tints of Persian Green #0DAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.58%

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 3.8%
G = 50.58%
B = 45.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#0DAD9C (or 0x0DAD9C) is known color: Persian Green. HEX triplet: 0D, AD and 9C. RGB value is (13,173,156). Sum of RGB (Red+Green+Blue) = 13+173+156=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAD9C is #F25263. Grayscale: #7B7B7B. Windows color (decimal): -15880804 or 10267917. OLE color: 10267917.

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

Color convert

RGB 13 173 156 -
CMYK 0.92 0 0.10 0.32
HSL 173.63º 0.86% 0.36% -
HSV(B) 173.63º 0.92% 0.68% -
XYZ 21.11 32.37 36.59 -
YUV 123.22 146.49 49.38 -
System Red Green Blue C M Y K H S L
Decimal 13 173 156 0.92 0 0.10 0.32 173.63 0.86 0.36
Hex D AD 9C 5C 0 A 20 AE 56 24
Octal 15 255 234 134 0 12 40 256 126 44
Binary 1101 10101101 10011100 1011100 0 1010 100000 10101110 1010110 100100

Color Harmonies of #0DAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD9C

Black with #0DAD9C

Text Example


Text Example

White with #0DAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,173,156); }

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

background-color css

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

 a { background-color: rgb(13,173,156); }

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

border-color css

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

 span { border-color: rgb(13,173,156); }

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