Html Css Color HEX #13B76B Jade

📋 copy color: '#13B76B'

red 19 ◦ green 183 ◦ blue 107

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

Shades of Jade #13B76B

Tints of Jade #13B76B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.22%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 6.15%
G = 59.22%
B = 34.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#13B76B (or 0x13B76B) is known color: Jade. HEX triplet: 13, B7 and 6B. RGB value is (19,183,107). Sum of RGB (Red+Green+Blue) = 19+183+107=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #13B76B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B76B is #EC4894. Grayscale: #7D7D7D. Windows color (decimal): -15485077 or 7059219. OLE color: 7059219.

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

Color convert

RGB 19 183 107 -
CMYK 0.90 0 0.42 0.28
HSL 152.2º 0.81% 0.4% -
HSV(B) 152.2º 0.9% 0.72% -
XYZ 19.86 35.07 19.63 -
YUV 125.3 117.67 52.18 -
System Red Green Blue C M Y K H S L
Decimal 19 183 107 0.90 0 0.42 0.28 152.2 0.81 0.4
Hex 13 B7 6B 5A 0 2A 1C 98 51 28
Octal 23 267 153 132 0 52 34 230 121 50
Binary 10011 10110111 1101011 1011010 0 101010 11100 10011000 1010001 101000

Color Harmonies of #13B76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B76B

Black with #13B76B

Text Example


Text Example

White with #13B76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,183,107); }

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

background-color css

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

 a { background-color: rgb(19,183,107); }

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

border-color css

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

 span { border-color: rgb(19,183,107); }

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