Html Css Color HEX #0DAD9E Persian Green

📋 copy color: '#0DAD9E'

red 13 ◦ green 173 ◦ blue 158

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

Shades of Persian Green #0DAD9E

Tints of Persian Green #0DAD9E

RGB

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

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

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

R = 3.78%
G = 50.29%
B = 45.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#0DAD9E (or 0x0DAD9E) is known color: Persian Green. HEX triplet: 0D, AD and 9E. RGB value is (13,173,158). Sum of RGB (Red+Green+Blue) = 13+173+158=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAD9E is #F25261. Grayscale: #7B7B7B. Windows color (decimal): -15880802 or 10398989. OLE color: 10398989.

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

Color convert

RGB 13 173 158 -
CMYK 0.92 0 0.09 0.32
HSL 174.38º 0.86% 0.36% -
HSV(B) 174.38º 0.92% 0.68% -
XYZ 21.28 32.44 37.49 -
YUV 123.45 147.49 49.22 -
System Red Green Blue C M Y K H S L
Decimal 13 173 158 0.92 0 0.09 0.32 174.38 0.86 0.36
Hex D AD 9E 5C 0 9 20 AE 56 24
Octal 15 255 236 134 0 11 40 256 126 44
Binary 1101 10101101 10011110 1011100 0 1001 100000 10101110 1010110 100100

Color Harmonies of #0DAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD9E

Black with #0DAD9E

Text Example


Text Example

White with #0DAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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