Html Css Color HEX #0DAE91 Persian Green

📋 copy color: '#0DAE91'

red 13 ◦ green 174 ◦ blue 145

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

Shades of Persian Green #0DAE91

Tints of Persian Green #0DAE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 3.92%
G = 52.41%
B = 43.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#0DAE91 (or 0x0DAE91) is known color: Persian Green. HEX triplet: 0D, AE and 91. RGB value is (13,174,145). Sum of RGB (Red+Green+Blue) = 13+174+145=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE91 is #F2516E. Grayscale: #7A7A7A. Windows color (decimal): -15880559 or 9547277. OLE color: 9547277.

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

Color convert

RGB 13 174 145 -
CMYK 0.93 0 0.17 0.32
HSL 169.19º 0.86% 0.37% -
HSV(B) 169.19º 0.93% 0.68% -
XYZ 20.41 32.4 31.97 -
YUV 122.56 140.66 49.86 -
System Red Green Blue C M Y K H S L
Decimal 13 174 145 0.93 0 0.17 0.32 169.19 0.86 0.37
Hex D AE 91 5D 0 11 20 A9 56 25
Octal 15 256 221 135 0 21 40 251 126 45
Binary 1101 10101110 10010001 1011101 0 10001 100000 10101001 1010110 100101

Color Harmonies of #0DAE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE91

Black with #0DAE91

Text Example


Text Example

White with #0DAE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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