Html Css Color HEX #0DB376 Jade

📋 copy color: '#0DB376'

red 13 ◦ green 179 ◦ blue 118

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

Shades of Jade #0DB376

Tints of Jade #0DB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.74%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 4.19%
G = 57.74%
B = 38.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#0DB376 (or 0x0DB376) is known color: Jade. HEX triplet: 0D, B3 and 76. RGB value is (13,179,118). Sum of RGB (Red+Green+Blue) = 13+179+118=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB376 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB376 is #F24C89. Grayscale: #7A7A7A. Windows color (decimal): -15879306 or 7779085. OLE color: 7779085.

HSL color Cylindrical-coordinate representation of color #0DB376: hue angle of 157.95º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB376 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 118 -
CMYK 0.93 0 0.34 0.30
HSL 157.95º 0.86% 0.38% -
HSV(B) 157.95º 0.93% 0.7% -
XYZ 19.56 33.63 22.6 -
YUV 122.41 125.5 49.96 -
System Red Green Blue C M Y K H S L
Decimal 13 179 118 0.93 0 0.34 0.30 157.95 0.86 0.38
Hex D B3 76 5D 0 22 1E 9E 56 26
Octal 15 263 166 135 0 42 36 236 126 46
Binary 1101 10110011 1110110 1011101 0 100010 11110 10011110 1010110 100110

Color Harmonies of #0DB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB376

Black with #0DB376

Text Example


Text Example

White with #0DB376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,179,118); }

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

background-color css

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

 a { background-color: rgb(13,179,118); }

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

border-color css

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

 span { border-color: rgb(13,179,118); }

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