Html Css Color HEX #13B560 Jade

📋 copy color: '#13B560'

red 19 ◦ green 181 ◦ blue 96

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

Shades of Jade #13B560

Tints of Jade #13B560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.15%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 6.42%
G = 61.15%
B = 32.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#13B560 (or 0x13B560) is known color: Jade. HEX triplet: 13, B5 and 60. RGB value is (19,181,96). Sum of RGB (Red+Green+Blue) = 19+181+96=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #13B560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B560 is #EC4A9F. Grayscale: #7B7B7B. Windows color (decimal): -15485600 or 6337811. OLE color: 6337811.

HSL color Cylindrical-coordinate representation of color #13B560: hue angle of 148.52º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B560 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 181 96 -
CMYK 0.90 0 0.47 0.29
HSL 148.52º 0.81% 0.39% -
HSV(B) 148.52º 0.9% 0.71% -
XYZ 18.9 34.03 16.64 -
YUV 122.87 112.83 53.91 -
System Red Green Blue C M Y K H S L
Decimal 19 181 96 0.90 0 0.47 0.29 148.52 0.81 0.39
Hex 13 B5 60 5A 0 2F 1D 95 51 27
Octal 23 265 140 132 0 57 35 225 121 47
Binary 10011 10110101 1100000 1011010 0 101111 11101 10010101 1010001 100111

Color Harmonies of #13B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B560

Black with #13B560

Text Example


Text Example

White with #13B560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,181,96); }

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

background-color css

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

 a { background-color: rgb(19,181,96); }

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

border-color css

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

 span { border-color: rgb(19,181,96); }

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