Html Css Color HEX #0DAB9F Persian Green

📋 copy color: '#0DAB9F'

red 13 ◦ green 171 ◦ blue 159

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

Shades of Persian Green #0DAB9F

Tints of Persian Green #0DAB9F

RGB

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

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

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

R = 3.79%
G = 49.85%
B = 46.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#0DAB9F (or 0x0DAB9F) is known color: Persian Green. HEX triplet: 0D, AB and 9F. RGB value is (13,171,159). Sum of RGB (Red+Green+Blue) = 13+171+159=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB9F is #F25460. Grayscale: #7A7A7A. Windows color (decimal): -15881313 or 10464013. OLE color: 10464013.

HSL color Cylindrical-coordinate representation of color #0DAB9F: hue angle of 175.44º 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 #0DAB9F is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 159 -
CMYK 0.92 0 0.07 0.33
HSL 175.44º 0.86% 0.36% -
HSV(B) 175.44º 0.92% 0.67% -
XYZ 20.99 31.71 37.82 -
YUV 122.39 148.65 49.98 -
System Red Green Blue C M Y K H S L
Decimal 13 171 159 0.92 0 0.07 0.33 175.44 0.86 0.36
Hex D AB 9F 5C 0 7 21 AF 56 24
Octal 15 253 237 134 0 7 41 257 126 44
Binary 1101 10101011 10011111 1011100 0 111 100001 10101111 1010110 100100

Color Harmonies of #0DAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB9F

Black with #0DAB9F

Text Example


Text Example

White with #0DAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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