Html Css Color HEX #0DAB90 Persian Green

📋 copy color: '#0DAB90'

red 13 ◦ green 171 ◦ blue 144

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

Shades of Persian Green #0DAB90

Tints of Persian Green #0DAB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 3.96%
G = 52.13%
B = 43.9%

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

#0DAB90 (or 0x0DAB90) is known color: Persian Green. HEX triplet: 0D, AB and 90. RGB value is (13,171,144). Sum of RGB (Red+Green+Blue) = 13+171+144=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB90 is #F2546F. Grayscale: #787878. Windows color (decimal): -15881328 or 9480973. OLE color: 9480973.

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

Color convert

RGB 13 171 144 -
CMYK 0.92 0 0.16 0.33
HSL 169.75º 0.86% 0.36% -
HSV(B) 169.75º 0.92% 0.67% -
XYZ 19.76 31.23 31.37 -
YUV 120.68 141.15 51.2 -
System Red Green Blue C M Y K H S L
Decimal 13 171 144 0.92 0 0.16 0.33 169.75 0.86 0.36
Hex D AB 90 5C 0 10 21 AA 56 24
Octal 15 253 220 134 0 20 41 252 126 44
Binary 1101 10101011 10010000 1011100 0 10000 100001 10101010 1010110 100100

Color Harmonies of #0DAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB90

Black with #0DAB90

Text Example


Text Example

White with #0DAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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