Html Css Color HEX #0DAE9F Persian Green

📋 copy color: '#0DAE9F'

red 13 ◦ green 174 ◦ blue 159

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

Shades of Persian Green #0DAE9F

Tints of Persian Green #0DAE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 3.76%
G = 50.29%
B = 45.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#0DAE9F (or 0x0DAE9F) is known color: Persian Green. HEX triplet: 0D, AE and 9F. RGB value is (13,174,159). Sum of RGB (Red+Green+Blue) = 13+174+159=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE9F is #F25160. Grayscale: #7C7C7C. Windows color (decimal): -15880545 or 10464781. OLE color: 10464781.

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

Color convert

RGB 13 174 159 -
CMYK 0.93 0 0.09 0.32
HSL 174.41º 0.86% 0.37% -
HSV(B) 174.41º 0.93% 0.68% -
XYZ 21.56 32.86 38.01 -
YUV 124.15 147.66 48.72 -
System Red Green Blue C M Y K H S L
Decimal 13 174 159 0.93 0 0.09 0.32 174.41 0.86 0.37
Hex D AE 9F 5D 0 9 20 AE 56 25
Octal 15 256 237 135 0 11 40 256 126 45
Binary 1101 10101110 10011111 1011101 0 1001 100000 10101110 1010110 100101

Color Harmonies of #0DAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE9F

Black with #0DAE9F

Text Example


Text Example

White with #0DAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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