#0DA08B

Color #0DA08B Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0DA08B

Tints of Persian Green #0DA08B

Color information

#0DA08B (or 0x0DA08B) is unknown color: approx Persian Green. HEX triplet: 0D, A0 and 8B. RGB value is (13,160,139). Sum of RGB (Red+Green+Blue) = 13+160+139=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA08B is #F25F74. Grayscale: #717171. Windows color (decimal): -15884149 or 9150477. OLE color: 9150477.

HSL color Cylindrical-coordinate representation of color #0DA08B: hue angle of 171.43º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA08B is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB13160139-
CMYK0.9200.130.37
HSL171.43º84.97%33.92%-
HSV(B)171.43º91.87%62.75%-
XYZ17.427.0928.74-
YUV113.65142.356.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.17%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=4.17%
G=51.28%
B=44.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131601390.9200.130.37171.4384.9733.92
HexDA08B5C0D25ab5522
Octal152402131340154525312542
Binary11011010000010001011101110001101100101101010111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,160,139); }

 H1.HeaderClassName
 {
   color: #0DA08B;
 }
 .AnyTagClassName
 {
   color: #0DA08B;
 }
</style>
background-color css

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

 a { background-color: rgb(13,160,139); }

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

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

 span { border-color: rgb(13,160,139); }

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