Html Css Color HEX #13BC62 Jade

📋 copy color: '#13BC62'

red 19 ◦ green 188 ◦ blue 98

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

Shades of Jade #13BC62

Tints of Jade #13BC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 6.23%
G = 61.64%
B = 32.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#13BC62 (or 0x13BC62) is known color: Jade. HEX triplet: 13, BC and 62. RGB value is (19,188,98). Sum of RGB (Red+Green+Blue) = 19+188+98=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC62 is #EC439D. Grayscale: #7F7F7F. Windows color (decimal): -15483806 or 6470675. OLE color: 6470675.

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

Color convert

RGB 19 188 98 -
CMYK 0.90 0 0.48 0.26
HSL 148.05º 0.82% 0.41% -
HSV(B) 148.05º 0.9% 0.74% -
XYZ 20.46 36.99 17.62 -
YUV 127.21 111.51 50.82 -
System Red Green Blue C M Y K H S L
Decimal 19 188 98 0.90 0 0.48 0.26 148.05 0.82 0.41
Hex 13 BC 62 5A 0 30 1A 94 52 29
Octal 23 274 142 132 0 60 32 224 122 51
Binary 10011 10111100 1100010 1011010 0 110000 11010 10010100 1010010 101001

Color Harmonies of #13BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC62

Black with #13BC62

Text Example


Text Example

White with #13BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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