Html Css Color HEX #0DB071 Jade

📋 copy color: '#0DB071'

red 13 ◦ green 176 ◦ blue 113

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

Shades of Jade #0DB071

Tints of Jade #0DB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 58.28%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 4.3%
G = 58.28%
B = 37.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#0DB071 (or 0x0DB071) is known color: Jade. HEX triplet: 0D, B0 and 71. RGB value is (13,176,113). Sum of RGB (Red+Green+Blue) = 13+176+113=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB071 is #F24F8E. Grayscale: #787878. Windows color (decimal): -15880079 or 7450637. OLE color: 7450637.

HSL color Cylindrical-coordinate representation of color #0DB071: hue angle of 156.81º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB071 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 176 113 -
CMYK 0.93 0 0.36 0.31
HSL 156.81º 0.86% 0.37% -
HSV(B) 156.81º 0.93% 0.69% -
XYZ 18.67 32.33 20.88 -
YUV 120.08 124 51.62 -
System Red Green Blue C M Y K H S L
Decimal 13 176 113 0.93 0 0.36 0.31 156.81 0.86 0.37
Hex D B0 71 5D 0 24 1F 9D 56 25
Octal 15 260 161 135 0 44 37 235 126 45
Binary 1101 10110000 1110001 1011101 0 100100 11111 10011101 1010110 100101

Color Harmonies of #0DB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB071

Black with #0DB071

Text Example


Text Example

White with #0DB071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,176,113); }

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

background-color css

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

 a { background-color: rgb(13,176,113); }

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

border-color css

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

 span { border-color: rgb(13,176,113); }

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