Html Css Color HEX #0DAB9B Persian Green

📋 copy color: '#0DAB9B'

red 13 ◦ green 171 ◦ blue 155

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

Shades of Persian Green #0DAB9B

Tints of Persian Green #0DAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.44%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 3.83%
G = 50.44%
B = 45.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#0DAB9B (or 0x0DAB9B) is known color: Persian Green. HEX triplet: 0D, AB and 9B. RGB value is (13,171,155). Sum of RGB (Red+Green+Blue) = 13+171+155=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB9B is #F25464. Grayscale: #797979. Windows color (decimal): -15881317 or 10201869. OLE color: 10201869.

HSL color Cylindrical-coordinate representation of color #0DAB9B: hue angle of 173.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB9B is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 155 -
CMYK 0.92 0 0.09 0.33
HSL 173.92º 0.86% 0.36% -
HSV(B) 173.92º 0.92% 0.67% -
XYZ 20.65 31.58 36.02 -
YUV 121.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 13 171 155 0.92 0 0.09 0.33 173.92 0.86 0.36
Hex D AB 9B 5C 0 9 21 AE 56 24
Octal 15 253 233 134 0 11 41 256 126 44
Binary 1101 10101011 10011011 1011100 0 1001 100001 10101110 1010110 100100

Color Harmonies of #0DAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB9B

Black with #0DAB9B

Text Example


Text Example

White with #0DAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,155); }

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

background-color css

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

 a { background-color: rgb(13,171,155); }

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

border-color css

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

 span { border-color: rgb(13,171,155); }

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