Html Css Color HEX #0DB763 Jade

📋 copy color: '#0DB763'

red 13 ◦ green 183 ◦ blue 99

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

Shades of Jade #0DB763

Tints of Jade #0DB763

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.03%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 4.41%
G = 62.03%
B = 33.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#0DB763 (or 0x0DB763) is known color: Jade. HEX triplet: 0D, B7 and 63. RGB value is (13,183,99). Sum of RGB (Red+Green+Blue) = 13+183+99=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB763 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB763 is #F2489C. Grayscale: #7A7A7A. Windows color (decimal): -15878301 or 6534925. OLE color: 6534925.

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

Color convert

RGB 13 183 99 -
CMYK 0.93 0 0.46 0.28
HSL 150.35º 0.87% 0.38% -
HSV(B) 150.35º 0.93% 0.72% -
XYZ 19.35 34.85 17.51 -
YUV 122.59 114.68 49.83 -
System Red Green Blue C M Y K H S L
Decimal 13 183 99 0.93 0 0.46 0.28 150.35 0.87 0.38
Hex D B7 63 5D 0 2E 1C 96 57 26
Octal 15 267 143 135 0 56 34 226 127 46
Binary 1101 10110111 1100011 1011101 0 101110 11100 10010110 1010111 100110

Color Harmonies of #0DB763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB763

Black with #0DB763

Text Example


Text Example

White with #0DB763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,183,99); }

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

background-color css

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

 a { background-color: rgb(13,183,99); }

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

border-color css

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

 span { border-color: rgb(13,183,99); }

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