Html Css Color HEX #13B163 Jade

📋 copy color: '#13B163'

red 19 ◦ green 177 ◦ blue 99

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

Shades of Jade #13B163

Tints of Jade #13B163

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 6.44%
G = 60%
B = 33.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#13B163 (or 0x13B163) is known color: Jade. HEX triplet: 13, B1 and 63. RGB value is (19,177,99). Sum of RGB (Red+Green+Blue) = 19+177+99=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #13B163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B163 is #EC4E9C. Grayscale: #797979. Windows color (decimal): -15486621 or 6533395. OLE color: 6533395.

HSL color Cylindrical-coordinate representation of color #13B163: hue angle of 150.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B163 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 177 99 -
CMYK 0.89 0 0.44 0.31
HSL 150.38º 0.81% 0.38% -
HSV(B) 150.38º 0.89% 0.69% -
XYZ 18.24 32.48 17.11 -
YUV 120.87 115.65 55.34 -
System Red Green Blue C M Y K H S L
Decimal 19 177 99 0.89 0 0.44 0.31 150.38 0.81 0.38
Hex 13 B1 63 59 0 2C 1F 96 51 26
Octal 23 261 143 131 0 54 37 226 121 46
Binary 10011 10110001 1100011 1011001 0 101100 11111 10010110 1010001 100110

Color Harmonies of #13B163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B163

Black with #13B163

Text Example


Text Example

White with #13B163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,177,99); }

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

background-color css

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

 a { background-color: rgb(19,177,99); }

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

border-color css

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

 span { border-color: rgb(19,177,99); }

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