#0DA994

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

Shades of Persian Green #0DA994

Tints of Persian Green #0DA994

Color information

#0DA994 (or 0x0DA994) is unknown color: approx Persian Green. HEX triplet: 0D, A9 and 94. RGB value is (13,169,148). Sum of RGB (Red+Green+Blue) = 13+169+148=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA994 is #F2566B. Grayscale: #777777. Windows color (decimal): -15881836 or 9742605. OLE color: 9742605.

HSL color Cylindrical-coordinate representation of color #0DA994: hue angle of 171.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA994 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB13169148-
CMYK0.9200.120.34
HSL171.92º85.71%35.69%-
HSV(B)171.92º92.31%66.27%-
XYZ19.730.632.89-
YUV119.96143.8251.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.94%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=3.94%
G=51.21%
B=44.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131691480.9200.120.34171.9285.7135.69
HexDA9945C0C22ac5624
Octal152512241340144225412644
Binary11011010100110010100101110001100100010101011001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,169,148); }

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

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

 a { background-color: rgb(13,169,148); }

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

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

 span { border-color: rgb(13,169,148); }

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