Html Css Color HEX #13BC65 Jade

📋 copy color: '#13BC65'

red 19 ◦ green 188 ◦ blue 101

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

Shades of Jade #13BC65

Tints of Jade #13BC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 6.17%
G = 61.04%
B = 32.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#13BC65 (or 0x13BC65) is known color: Jade. HEX triplet: 13, BC and 65. RGB value is (19,188,101). Sum of RGB (Red+Green+Blue) = 19+188+101=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC65 is #EC439A. Grayscale: #7F7F7F. Windows color (decimal): -15483803 or 6667283. OLE color: 6667283.

HSL color Cylindrical-coordinate representation of color #13BC65: hue angle of 149.11º 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 #13BC65 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 101 -
CMYK 0.90 0 0.46 0.26
HSL 149.11º 0.82% 0.41% -
HSV(B) 149.11º 0.9% 0.74% -
XYZ 20.6 37.04 18.38 -
YUV 127.55 113.01 50.57 -
System Red Green Blue C M Y K H S L
Decimal 19 188 101 0.90 0 0.46 0.26 149.11 0.82 0.41
Hex 13 BC 65 5A 0 2E 1A 95 52 29
Octal 23 274 145 132 0 56 32 225 122 51
Binary 10011 10111100 1100101 1011010 0 101110 11010 10010101 1010010 101001

Color Harmonies of #13BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC65

Black with #13BC65

Text Example


Text Example

White with #13BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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