Html Css Color HEX #0DB598 Persian Green

📋 copy color: '#0DB598'

red 13 ◦ green 181 ◦ blue 152

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

Shades of Persian Green #0DB598

Tints of Persian Green #0DB598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.31%

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

R = 3.76%
G = 52.31%
B = 43.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#0DB598 (or 0x0DB598) is known color: Persian Green. HEX triplet: 0D, B5 and 98. RGB value is (13,181,152). Sum of RGB (Red+Green+Blue) = 13+181+152=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB598 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB598 is #F24A67. Grayscale: #7F7F7F. Windows color (decimal): -15878760 or 10007821. OLE color: 10007821.

HSL color Cylindrical-coordinate representation of color #0DB598: hue angle of 169.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB598 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 181 152 -
CMYK 0.93 0 0.16 0.29
HSL 169.64º 0.87% 0.38% -
HSV(B) 169.64º 0.93% 0.71% -
XYZ 22.36 35.4 35.36 -
YUV 127.46 141.84 46.36 -
System Red Green Blue C M Y K H S L
Decimal 13 181 152 0.93 0 0.16 0.29 169.64 0.87 0.38
Hex D B5 98 5D 0 10 1D AA 57 26
Octal 15 265 230 135 0 20 35 252 127 46
Binary 1101 10110101 10011000 1011101 0 10000 11101 10101010 1010111 100110

Color Harmonies of #0DB598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB598

Black with #0DB598

Text Example


Text Example

White with #0DB598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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