Html Css Color HEX #0DA698 Persian Green

📋 copy color: '#0DA698'

red 13 ◦ green 166 ◦ blue 152

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

Shades of Persian Green #0DA698

Tints of Persian Green #0DA698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 3.93%
G = 50.15%
B = 45.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#0DA698 (or 0x0DA698) is known color: Persian Green. HEX triplet: 0D, A6 and 98. RGB value is (13,166,152). Sum of RGB (Red+Green+Blue) = 13+166+152=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA698 is #F25967. Grayscale: #767676. Windows color (decimal): -15882600 or 10003981. OLE color: 10003981.

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

Color convert

RGB 13 166 152 -
CMYK 0.92 0 0.08 0.35
HSL 174.51º 0.85% 0.35% -
HSV(B) 174.51º 0.92% 0.65% -
XYZ 19.47 29.63 34.4 -
YUV 118.66 146.81 52.64 -
System Red Green Blue C M Y K H S L
Decimal 13 166 152 0.92 0 0.08 0.35 174.51 0.85 0.35
Hex D A6 98 5C 0 8 23 AF 55 23
Octal 15 246 230 134 0 10 43 257 125 43
Binary 1101 10100110 10011000 1011100 0 1000 100011 10101111 1010101 100011

Color Harmonies of #0DA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA698

Black with #0DA698

Text Example


Text Example

White with #0DA698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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