Html Css Color HEX #0DAD9A Persian Green

📋 copy color: '#0DAD9A'

red 13 ◦ green 173 ◦ blue 154

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

Shades of Persian Green #0DAD9A

Tints of Persian Green #0DAD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.29%

R = 3.82%
G = 50.88%
B = 45.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#0DAD9A (or 0x0DAD9A) is known color: Persian Green. HEX triplet: 0D, AD and 9A. RGB value is (13,173,154). Sum of RGB (Red+Green+Blue) = 13+173+154=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAD9A is #F25265. Grayscale: #7A7A7A. Windows color (decimal): -15880806 or 10136845. OLE color: 10136845.

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

Color convert

RGB 13 173 154 -
CMYK 0.92 0 0.11 0.32
HSL 172.88º 0.86% 0.36% -
HSV(B) 172.88º 0.92% 0.68% -
XYZ 20.94 32.31 35.7 -
YUV 122.99 145.49 49.54 -
System Red Green Blue C M Y K H S L
Decimal 13 173 154 0.92 0 0.11 0.32 172.88 0.86 0.36
Hex D AD 9A 5C 0 B 20 AD 56 24
Octal 15 255 232 134 0 13 40 255 126 44
Binary 1101 10101101 10011010 1011100 0 1011 100000 10101101 1010110 100100

Color Harmonies of #0DAD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD9A

Black with #0DAD9A

Text Example


Text Example

White with #0DAD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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