Html Css Color HEX #0DA687 Persian Green

📋 copy color: '#0DA687'

red 13 ◦ green 166 ◦ blue 135

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

Shades of Persian Green #0DA687

Tints of Persian Green #0DA687

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.87%

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 4.14%
G = 52.87%
B = 42.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#0DA687 (or 0x0DA687) is known color: Persian Green. HEX triplet: 0D, A6 and 87. RGB value is (13,166,135). Sum of RGB (Red+Green+Blue) = 13+166+135=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA687 is #F25978. Grayscale: #747474. Windows color (decimal): -15882617 or 8889869. OLE color: 8889869.

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

Color convert

RGB 13 166 135 -
CMYK 0.92 0 0.19 0.35
HSL 167.84º 0.85% 0.35% -
HSV(B) 167.84º 0.92% 0.65% -
XYZ 18.18 29.11 27.58 -
YUV 116.72 138.31 54.02 -
System Red Green Blue C M Y K H S L
Decimal 13 166 135 0.92 0 0.19 0.35 167.84 0.85 0.35
Hex D A6 87 5C 0 13 23 A8 55 23
Octal 15 246 207 134 0 23 43 250 125 43
Binary 1101 10100110 10000111 1011100 0 10011 100011 10101000 1010101 100011

Color Harmonies of #0DA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA687

Black with #0DA687

Text Example


Text Example

White with #0DA687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,166,135); }

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

background-color css

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

 a { background-color: rgb(13,166,135); }

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

border-color css

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

 span { border-color: rgb(13,166,135); }

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