Html Css Color HEX #0DA998 Persian Green

📋 copy color: '#0DA998'

red 13 ◦ green 169 ◦ blue 152

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

Shades of Persian Green #0DA998

Tints of Persian Green #0DA998

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.6%

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

R = 3.89%
G = 50.6%
B = 45.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#0DA998 (or 0x0DA998) is known color: Persian Green. HEX triplet: 0D, A9 and 98. RGB value is (13,169,152). Sum of RGB (Red+Green+Blue) = 13+169+152=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA998 is #F25667. Grayscale: #787878. Windows color (decimal): -15881832 or 10004749. OLE color: 10004749.

HSL color Cylindrical-coordinate representation of color #0DA998: hue angle of 173.46º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA998 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 169 152 -
CMYK 0.92 0 0.10 0.34
HSL 173.46º 0.86% 0.36% -
HSV(B) 173.46º 0.92% 0.66% -
XYZ 20.02 30.73 34.58 -
YUV 120.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 13 169 152 0.92 0 0.10 0.34 173.46 0.86 0.36
Hex D A9 98 5C 0 A 22 AD 56 24
Octal 15 251 230 134 0 12 42 255 126 44
Binary 1101 10101001 10011000 1011100 0 1010 100010 10101101 1010110 100100

Color Harmonies of #0DA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA998

Black with #0DA998

Text Example


Text Example

White with #0DA998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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