#0DA293

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

Shades of Persian Green #0DA293

Tints of Persian Green #0DA293

Color information

#0DA293 (or 0x0DA293) is unknown color: approx Persian Green. HEX triplet: 0D, A2 and 93. RGB value is (13,162,147). Sum of RGB (Red+Green+Blue) = 13+162+147=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA293 is #F25D6C. Grayscale: #737373. Windows color (decimal): -15883629 or 9675277. OLE color: 9675277.

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

Color convert

RGB13162147-
CMYK0.9200.090.36
HSL173.96º85.14%34.31%-
HSV(B)173.96º91.98%63.53%-
XYZ18.3528.0332.05-
YUV115.74145.6454.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.04%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=4.04%
G=50.31%
B=45.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131621470.9200.090.36173.9685.1434.31
HexDA2935C0924ae5522
Octal152422231340114425612542
Binary11011010001010010011101110001001100100101011101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,162,147); }

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

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

 a { background-color: rgb(13,162,147); }

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

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

 span { border-color: rgb(13,162,147); }

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