Html Css Color HEX #0DA293 Persian Green

📋 copy color: '#0DA293'

red 13 ◦ green 162 ◦ blue 147

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

Shades of Persian Green #0DA293

Tints of Persian Green #0DA293

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 value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#0DA293 (or 0x0DA293) is known color: 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

RGB 13 162 147 -
CMYK 0.92 0 0.09 0.36
HSL 173.96º 0.85% 0.34% -
HSV(B) 173.96º 0.92% 0.64% -
XYZ 18.35 28.03 32.05 -
YUV 115.74 145.64 54.72 -
System Red Green Blue C M Y K H S L
Decimal 13 162 147 0.92 0 0.09 0.36 173.96 0.85 0.34
Hex D A2 93 5C 0 9 24 AE 55 22
Octal 15 242 223 134 0 11 44 256 125 42
Binary 1101 10100010 10010011 1011100 0 1001 100100 10101110 1010101 100010

Color Harmonies of #0DA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA293

Black with #0DA293

Text Example


Text Example

White with #0DA293

Text Example


Text Example

HTML Codes & Css Web 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>