Html Css Color HEX #13B863 Jade

📋 copy color: '#13B863'

red 19 ◦ green 184 ◦ blue 99

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

Shades of Jade #13B863

Tints of Jade #13B863

RGB

 RED value IS 19 (7.81% from 255) = 6.29%

 GREEN value IS 184 (72.27% from 255) = 60.93%

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

R = 6.29%
G = 60.93%
B = 32.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#13B863 (or 0x13B863) is known color: Jade. HEX triplet: 13, B8 and 63. RGB value is (19,184,99). Sum of RGB (Red+Green+Blue) = 19+184+99=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #13B863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B863 is #EC479C. Grayscale: #7D7D7D. Windows color (decimal): -15484829 or 6535187. OLE color: 6535187.

HSL color Cylindrical-coordinate representation of color #13B863: hue angle of 149.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B863 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 184 99 -
CMYK 0.90 0 0.46 0.28
HSL 149.09º 0.81% 0.4% -
HSV(B) 149.09º 0.9% 0.72% -
XYZ 19.66 35.32 17.59 -
YUV 124.98 113.34 52.41 -
System Red Green Blue C M Y K H S L
Decimal 19 184 99 0.90 0 0.46 0.28 149.09 0.81 0.4
Hex 13 B8 63 5A 0 2E 1C 95 51 28
Octal 23 270 143 132 0 56 34 225 121 50
Binary 10011 10111000 1100011 1011010 0 101110 11100 10010101 1010001 101000

Color Harmonies of #13B863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B863

Black with #13B863

Text Example


Text Example

White with #13B863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B863; }

 p { color: rgb(19,184,99); }

 H1.HeaderClassName
 {
   color: #13B863;
 }
 .AnyTagClassName
 {
   color: #13B863;
 }
</style>

background-color css

<style>
 a { background-color: #13B863; }

 a { background-color: rgb(19,184,99); }

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

border-color css

<style>
 span { border-color: #13B863; }

 span { border-color: rgb(19,184,99); }

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