Html Css Color HEX #13BC63 Jade

📋 copy color: '#13BC63'

red 19 ◦ green 188 ◦ blue 99

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

Shades of Jade #13BC63

Tints of Jade #13BC63

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.44%

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

R = 6.21%
G = 61.44%
B = 32.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#13BC63 (or 0x13BC63) is known color: Jade. HEX triplet: 13, BC and 63. RGB value is (19,188,99). Sum of RGB (Red+Green+Blue) = 19+188+99=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC63 is #EC439C. Grayscale: #7F7F7F. Windows color (decimal): -15483805 or 6536211. OLE color: 6536211.

HSL color Cylindrical-coordinate representation of color #13BC63: hue angle of 148.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC63 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 99 -
CMYK 0.90 0 0.47 0.26
HSL 148.4º 0.82% 0.41% -
HSV(B) 148.4º 0.9% 0.74% -
XYZ 20.5 37.01 17.87 -
YUV 127.32 112.01 50.74 -
System Red Green Blue C M Y K H S L
Decimal 19 188 99 0.90 0 0.47 0.26 148.4 0.82 0.41
Hex 13 BC 63 5A 0 2F 1A 94 52 29
Octal 23 274 143 132 0 57 32 224 122 51
Binary 10011 10111100 1100011 1011010 0 101111 11010 10010100 1010010 101001

Color Harmonies of #13BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC63

Black with #13BC63

Text Example


Text Example

White with #13BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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