Html Css Color HEX #0DA396 Persian Green

📋 copy color: '#0DA396'

red 13 ◦ green 163 ◦ blue 150

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

Shades of Persian Green #0DA396

Tints of Persian Green #0DA396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50%

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 3.99%
G = 50%
B = 46.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#0DA396 (or 0x0DA396) is known color: Persian Green. HEX triplet: 0D, A3 and 96. RGB value is (13,163,150). Sum of RGB (Red+Green+Blue) = 13+163+150=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA396 is #F25C69. Grayscale: #747474. Windows color (decimal): -15883370 or 9872141. OLE color: 9872141.

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

Color convert

RGB 13 163 150 -
CMYK 0.92 0 0.08 0.36
HSL 174.8º 0.85% 0.35% -
HSV(B) 174.8º 0.92% 0.64% -
XYZ 18.77 28.48 33.36 -
YUV 116.67 146.81 54.06 -
System Red Green Blue C M Y K H S L
Decimal 13 163 150 0.92 0 0.08 0.36 174.8 0.85 0.35
Hex D A3 96 5C 0 8 24 AF 55 23
Octal 15 243 226 134 0 10 44 257 125 43
Binary 1101 10100011 10010110 1011100 0 1000 100100 10101111 1010101 100011

Color Harmonies of #0DA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA396

Black with #0DA396

Text Example


Text Example

White with #0DA396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,163,150); }

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

background-color css

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

 a { background-color: rgb(13,163,150); }

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

border-color css

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

 span { border-color: rgb(13,163,150); }

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