Html Css Color HEX #0DA098 Persian Green

📋 copy color: '#0DA098'

red 13 ◦ green 160 ◦ blue 152

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

Shades of Persian Green #0DA098

Tints of Persian Green #0DA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.23%

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

R = 4%
G = 49.23%
B = 46.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#0DA098 (or 0x0DA098) is known color: Persian Green. HEX triplet: 0D, A0 and 98. RGB value is (13,160,152). Sum of RGB (Red+Green+Blue) = 13+160+152=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA098 is #F25F67. Grayscale: #737373. Windows color (decimal): -15884136 or 10002445. OLE color: 10002445.

HSL color Cylindrical-coordinate representation of color #0DA098: hue angle of 176.73º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA098 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 160 152 -
CMYK 0.92 0 0.05 0.37
HSL 176.73º 0.85% 0.34% -
HSV(B) 176.73º 0.92% 0.63% -
XYZ 18.4 27.49 34.04 -
YUV 115.14 148.8 55.15 -
System Red Green Blue C M Y K H S L
Decimal 13 160 152 0.92 0 0.05 0.37 176.73 0.85 0.34
Hex D A0 98 5C 0 5 25 B1 55 22
Octal 15 240 230 134 0 5 45 261 125 42
Binary 1101 10100000 10011000 1011100 0 101 100101 10110001 1010101 100010

Color Harmonies of #0DA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA098

Black with #0DA098

Text Example


Text Example

White with #0DA098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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