Html Css Color HEX #0DB570 Jade

📋 copy color: '#0DB570'

red 13 ◦ green 181 ◦ blue 112

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

Shades of Jade #0DB570

Tints of Jade #0DB570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 4.25%
G = 59.15%
B = 36.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#0DB570 (or 0x0DB570) is known color: Jade. HEX triplet: 0D, B5 and 70. RGB value is (13,181,112). Sum of RGB (Red+Green+Blue) = 13+181+112=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB570 is #F24A8F. Grayscale: #7B7B7B. Windows color (decimal): -15878800 or 7386381. OLE color: 7386381.

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

Color convert

RGB 13 181 112 -
CMYK 0.93 0 0.38 0.29
HSL 155.36º 0.87% 0.38% -
HSV(B) 155.36º 0.93% 0.71% -
XYZ 19.61 34.3 20.92 -
YUV 122.9 121.84 49.61 -
System Red Green Blue C M Y K H S L
Decimal 13 181 112 0.93 0 0.38 0.29 155.36 0.87 0.38
Hex D B5 70 5D 0 26 1D 9B 57 26
Octal 15 265 160 135 0 46 35 233 127 46
Binary 1101 10110101 1110000 1011101 0 100110 11101 10011011 1010111 100110

Color Harmonies of #0DB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB570

Black with #0DB570

Text Example


Text Example

White with #0DB570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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