Html Css Color HEX #0DA289 Persian Green

📋 copy color: '#0DA289'

red 13 ◦ green 162 ◦ blue 137

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

Shades of Persian Green #0DA289

Tints of Persian Green #0DA289

RGB

 RED value IS 13 (5.47% from 255) = 4.17%

 GREEN value IS 162 (63.67% from 255) = 51.92%

 BLUE value IS 137 (53.91% from 255) = 43.91%

R = 4.17%
G = 51.92%
B = 43.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#0DA289 (or 0x0DA289) is known color: Persian Green. HEX triplet: 0D, A2 and 89. RGB value is (13,162,137). Sum of RGB (Red+Green+Blue) = 13+162+137=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA289 is #F25D76. Grayscale: #727272. Windows color (decimal): -15883639 or 9019917. OLE color: 9019917.

HSL color Cylindrical-coordinate representation of color #0DA289: hue angle of 169.93º 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 #0DA289 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 162 137 -
CMYK 0.92 0 0.15 0.36
HSL 169.93º 0.85% 0.34% -
HSV(B) 169.93º 0.92% 0.64% -
XYZ 17.6 27.73 28.09 -
YUV 114.6 140.64 55.53 -
System Red Green Blue C M Y K H S L
Decimal 13 162 137 0.92 0 0.15 0.36 169.93 0.85 0.34
Hex D A2 89 5C 0 F 24 AA 55 22
Octal 15 242 211 134 0 17 44 252 125 42
Binary 1101 10100010 10001001 1011100 0 1111 100100 10101010 1010101 100010

Color Harmonies of #0DA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA289

Black with #0DA289

Text Example


Text Example

White with #0DA289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DA289;
 }
 .AnyTagClassName
 {
   color: #0DA289;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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