Html Css Color HEX #0DAE9C Persian Green

📋 copy color: '#0DAE9C'

red 13 ◦ green 174 ◦ blue 156

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

Shades of Persian Green #0DAE9C

Tints of Persian Green #0DAE9C

RGB

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

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

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

R = 3.79%
G = 50.73%
B = 45.48%

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

#0DAE9C (or 0x0DAE9C) is known color: Persian Green. HEX triplet: 0D, AE and 9C. RGB value is (13,174,156). Sum of RGB (Red+Green+Blue) = 13+174+156=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE9C is #F25163. Grayscale: #7B7B7B. Windows color (decimal): -15880548 or 10268173. OLE color: 10268173.

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

Color convert

RGB 13 174 156 -
CMYK 0.93 0 0.10 0.32
HSL 173.29º 0.86% 0.37% -
HSV(B) 173.29º 0.93% 0.68% -
XYZ 21.3 32.76 36.65 -
YUV 123.81 146.16 48.96 -
System Red Green Blue C M Y K H S L
Decimal 13 174 156 0.93 0 0.10 0.32 173.29 0.86 0.37
Hex D AE 9C 5D 0 A 20 AD 56 25
Octal 15 256 234 135 0 12 40 255 126 45
Binary 1101 10101110 10011100 1011101 0 1010 100000 10101101 1010110 100101

Color Harmonies of #0DAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE9C

Black with #0DAE9C

Text Example


Text Example

White with #0DAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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