Html Css Color HEX #0DAE9D Persian Green

📋 copy color: '#0DAE9D'

red 13 ◦ green 174 ◦ blue 157

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

Shades of Persian Green #0DAE9D

Tints of Persian Green #0DAE9D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.58%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 3.78%
G = 50.58%
B = 45.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#0DAE9D (or 0x0DAE9D) is known color: Persian Green. HEX triplet: 0D, AE and 9D. RGB value is (13,174,157). Sum of RGB (Red+Green+Blue) = 13+174+157=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE9D is #F25162. Grayscale: #7B7B7B. Windows color (decimal): -15880547 or 10333709. OLE color: 10333709.

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

Color convert

RGB 13 174 157 -
CMYK 0.93 0 0.10 0.32
HSL 173.66º 0.86% 0.37% -
HSV(B) 173.66º 0.93% 0.68% -
XYZ 21.39 32.79 37.1 -
YUV 123.92 146.66 48.88 -
System Red Green Blue C M Y K H S L
Decimal 13 174 157 0.93 0 0.10 0.32 173.66 0.86 0.37
Hex D AE 9D 5D 0 A 20 AE 56 25
Octal 15 256 235 135 0 12 40 256 126 45
Binary 1101 10101110 10011101 1011101 0 1010 100000 10101110 1010110 100101

Color Harmonies of #0DAE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE9D

Black with #0DAE9D

Text Example


Text Example

White with #0DAE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,157); }

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

background-color css

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

 a { background-color: rgb(13,174,157); }

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

border-color css

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

 span { border-color: rgb(13,174,157); }

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