Html Css Color HEX #13BA6D Jade

📋 copy color: '#13BA6D'

red 19 ◦ green 186 ◦ blue 109

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

Shades of Jade #13BA6D

Tints of Jade #13BA6D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.24%

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 6.05%
G = 59.24%
B = 34.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#13BA6D (or 0x13BA6D) is known color: Jade. HEX triplet: 13, BA and 6D. RGB value is (19,186,109). Sum of RGB (Red+Green+Blue) = 19+186+109=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BA6D is #EC4592. Grayscale: #7F7F7F. Windows color (decimal): -15484307 or 7191059. OLE color: 7191059.

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

Color convert

RGB 19 186 109 -
CMYK 0.90 0 0.41 0.27
HSL 152.34º 0.81% 0.4% -
HSV(B) 152.34º 0.9% 0.73% -
XYZ 20.59 36.36 20.4 -
YUV 127.29 117.67 50.76 -
System Red Green Blue C M Y K H S L
Decimal 19 186 109 0.90 0 0.41 0.27 152.34 0.81 0.4
Hex 13 BA 6D 5A 0 29 1B 98 51 28
Octal 23 272 155 132 0 51 33 230 121 50
Binary 10011 10111010 1101101 1011010 0 101001 11011 10011000 1010001 101000

Color Harmonies of #13BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA6D

Black with #13BA6D

Text Example


Text Example

White with #13BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,186,109); }

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

background-color css

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

 a { background-color: rgb(19,186,109); }

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

border-color css

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

 span { border-color: rgb(19,186,109); }

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