Html Css Color HEX #0DA863 Jade

📋 copy color: '#0DA863'

red 13 ◦ green 168 ◦ blue 99

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

Shades of Jade #0DA863

Tints of Jade #0DA863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 60%

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

R = 4.64%
G = 60%
B = 35.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#0DA863 (or 0x0DA863) is known color: Jade. HEX triplet: 0D, A8 and 63. RGB value is (13,168,99). Sum of RGB (Red+Green+Blue) = 13+168+99=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 168 (66.02% from 255 or 60% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA863 is #F2579C. Grayscale: #717171. Windows color (decimal): -15882141 or 6531085. OLE color: 6531085.

HSL color Cylindrical-coordinate representation of color #0DA863: hue angle of 153.29º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA863 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 168 99 -
CMYK 0.92 0 0.41 0.34
HSL 153.29º 0.86% 0.35% -
HSV(B) 153.29º 0.92% 0.66% -
XYZ 16.42 28.99 16.53 -
YUV 113.79 119.65 56.11 -
System Red Green Blue C M Y K H S L
Decimal 13 168 99 0.92 0 0.41 0.34 153.29 0.86 0.35
Hex D A8 63 5C 0 29 22 99 56 23
Octal 15 250 143 134 0 51 42 231 126 43
Binary 1101 10101000 1100011 1011100 0 101001 100010 10011001 1010110 100011

Color Harmonies of #0DA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA863

Black with #0DA863

Text Example


Text Example

White with #0DA863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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