Html Css Color HEX #0DAB8F Persian Green

📋 copy color: '#0DAB8F'

red 13 ◦ green 171 ◦ blue 143

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

Shades of Persian Green #0DAB8F

Tints of Persian Green #0DAB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 3.98%
G = 52.29%
B = 43.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#0DAB8F (or 0x0DAB8F) is known color: Persian Green. HEX triplet: 0D, AB and 8F. RGB value is (13,171,143). Sum of RGB (Red+Green+Blue) = 13+171+143=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB8F is #F25470. Grayscale: #787878. Windows color (decimal): -15881329 or 9415437. OLE color: 9415437.

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

Color convert

RGB 13 171 143 -
CMYK 0.92 0 0.16 0.33
HSL 169.37º 0.86% 0.36% -
HSV(B) 169.37º 0.92% 0.67% -
XYZ 19.69 31.19 30.97 -
YUV 120.57 140.65 51.28 -
System Red Green Blue C M Y K H S L
Decimal 13 171 143 0.92 0 0.16 0.33 169.37 0.86 0.36
Hex D AB 8F 5C 0 10 21 A9 56 24
Octal 15 253 217 134 0 20 41 251 126 44
Binary 1101 10101011 10001111 1011100 0 10000 100001 10101001 1010110 100100

Color Harmonies of #0DAB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB8F

Black with #0DAB8F

Text Example


Text Example

White with #0DAB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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