Html Css Color HEX #13B263 Jade

📋 copy color: '#13B263'

red 19 ◦ green 178 ◦ blue 99

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

Shades of Jade #13B263

Tints of Jade #13B263

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.14%

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

R = 6.42%
G = 60.14%
B = 33.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#13B263 (or 0x13B263) is known color: Jade. HEX triplet: 13, B2 and 63. RGB value is (19,178,99). Sum of RGB (Red+Green+Blue) = 19+178+99=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 178 (69.92% from 255 or 60.14% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 178 - color contains mainly: green. Hex color #13B263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B263 is #EC4D9C. Grayscale: #797979. Windows color (decimal): -15486365 or 6533651. OLE color: 6533651.

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

Color convert

RGB 19 178 99 -
CMYK 0.89 0 0.44 0.30
HSL 150.19º 0.81% 0.39% -
HSV(B) 150.19º 0.89% 0.7% -
XYZ 18.44 32.88 17.18 -
YUV 121.45 115.32 54.92 -
System Red Green Blue C M Y K H S L
Decimal 19 178 99 0.89 0 0.44 0.30 150.19 0.81 0.39
Hex 13 B2 63 59 0 2C 1E 96 51 27
Octal 23 262 143 131 0 54 36 226 121 47
Binary 10011 10110010 1100011 1011001 0 101100 11110 10010110 1010001 100111

Color Harmonies of #13B263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B263

Black with #13B263

Text Example


Text Example

White with #13B263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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