Html Css Color HEX #0DAB8C Persian Green

📋 copy color: '#0DAB8C'

red 13 ◦ green 171 ◦ blue 140

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

Shades of Persian Green #0DAB8C

Tints of Persian Green #0DAB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 4.01%
G = 52.78%
B = 43.21%

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

#0DAB8C (or 0x0DAB8C) is known color: Persian Green. HEX triplet: 0D, AB and 8C. RGB value is (13,171,140). Sum of RGB (Red+Green+Blue) = 13+171+140=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB8C is #F25473. Grayscale: #787878. Windows color (decimal): -15881332 or 9218829. OLE color: 9218829.

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

Color convert

RGB 13 171 140 -
CMYK 0.92 0 0.18 0.33
HSL 168.23º 0.86% 0.36% -
HSV(B) 168.23º 0.92% 0.67% -
XYZ 19.46 31.1 29.79 -
YUV 120.22 139.15 51.52 -
System Red Green Blue C M Y K H S L
Decimal 13 171 140 0.92 0 0.18 0.33 168.23 0.86 0.36
Hex D AB 8C 5C 0 12 21 A8 56 24
Octal 15 253 214 134 0 22 41 250 126 44
Binary 1101 10101011 10001100 1011100 0 10010 100001 10101000 1010110 100100

Color Harmonies of #0DAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB8C

Black with #0DAB8C

Text Example


Text Example

White with #0DAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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