Html Css Color HEX #0DB573 Jade

📋 copy color: '#0DB573'

red 13 ◦ green 181 ◦ blue 115

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

Shades of Jade #0DB573

Tints of Jade #0DB573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 4.21%
G = 58.58%
B = 37.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#0DB573 (or 0x0DB573) is known color: Jade. HEX triplet: 0D, B5 and 73. RGB value is (13,181,115). Sum of RGB (Red+Green+Blue) = 13+181+115=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB573 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB573 is #F24A8C. Grayscale: #7B7B7B. Windows color (decimal): -15878797 or 7582989. OLE color: 7582989.

HSL color Cylindrical-coordinate representation of color #0DB573: hue angle of 156.43º 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 #0DB573 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 181 115 -
CMYK 0.93 0 0.36 0.29
HSL 156.43º 0.87% 0.38% -
HSV(B) 156.43º 0.93% 0.71% -
XYZ 19.78 34.37 21.81 -
YUV 123.24 123.34 49.37 -
System Red Green Blue C M Y K H S L
Decimal 13 181 115 0.93 0 0.36 0.29 156.43 0.87 0.38
Hex D B5 73 5D 0 24 1D 9C 57 26
Octal 15 265 163 135 0 44 35 234 127 46
Binary 1101 10110101 1110011 1011101 0 100100 11101 10011100 1010111 100110

Color Harmonies of #0DB573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB573

Black with #0DB573

Text Example


Text Example

White with #0DB573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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