#0DA490

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

Shades of Persian Green #0DA490

Tints of Persian Green #0DA490

Color information

#0DA490 (or 0x0DA490) is unknown color: approx Persian Green. HEX triplet: 0D, A4 and 90. RGB value is (13,164,144). Sum of RGB (Red+Green+Blue) = 13+164+144=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA490 is #F25B6F. Grayscale: #747474. Windows color (decimal): -15883120 or 9479181. OLE color: 9479181.

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

Color convert

RGB13164144-
CMYK0.9200.120.36
HSL172.05º85.31%34.71%-
HSV(B)172.05º92.07%64.31%-
XYZ18.4828.6530.94-
YUV116.57143.4754.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.05%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=4.05%
G=51.09%
B=44.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131641440.9200.120.36172.0585.3134.71
HexDA4905C0C24ac5523
Octal152442201340144425412543
Binary11011010010010010000101110001100100100101011001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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