Html Css Color HEX #0DAB8D Persian Green

📋 copy color: '#0DAB8D'

red 13 ◦ green 171 ◦ blue 141

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

Shades of Persian Green #0DAB8D

Tints of Persian Green #0DAB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 4%
G = 52.62%
B = 43.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#0DAB8D (or 0x0DAB8D) is known color: Persian Green. HEX triplet: 0D, AB and 8D. RGB value is (13,171,141). Sum of RGB (Red+Green+Blue) = 13+171+141=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB8D is #F25472. Grayscale: #787878. Windows color (decimal): -15881331 or 9284365. OLE color: 9284365.

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

Color convert

RGB 13 171 141 -
CMYK 0.92 0 0.18 0.33
HSL 168.61º 0.86% 0.36% -
HSV(B) 168.61º 0.92% 0.67% -
XYZ 19.54 31.13 30.18 -
YUV 120.34 139.65 51.44 -
System Red Green Blue C M Y K H S L
Decimal 13 171 141 0.92 0 0.18 0.33 168.61 0.86 0.36
Hex D AB 8D 5C 0 12 21 A9 56 24
Octal 15 253 215 134 0 22 41 251 126 44
Binary 1101 10101011 10001101 1011100 0 10010 100001 10101001 1010110 100100

Color Harmonies of #0DAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB8D

Black with #0DAB8D

Text Example


Text Example

White with #0DAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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