Html Css Color HEX #13B162 Jade

📋 copy color: '#13B162'

red 19 ◦ green 177 ◦ blue 98

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

Shades of Jade #13B162

Tints of Jade #13B162

RGB

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

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

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

R = 6.46%
G = 60.2%
B = 33.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#13B162 (or 0x13B162) is known color: Jade. HEX triplet: 13, B1 and 62. RGB value is (19,177,98). Sum of RGB (Red+Green+Blue) = 19+177+98=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #13B162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B162 is #EC4E9D. Grayscale: #787878. Windows color (decimal): -15486622 or 6467859. OLE color: 6467859.

HSL color Cylindrical-coordinate representation of color #13B162: hue angle of 150º 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 #13B162 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 177 98 -
CMYK 0.89 0 0.45 0.31
HSL 150º 0.81% 0.38% -
HSV(B) 150º 0.89% 0.69% -
XYZ 18.2 32.46 16.86 -
YUV 120.75 115.15 55.42 -
System Red Green Blue C M Y K H S L
Decimal 19 177 98 0.89 0 0.45 0.31 150 0.81 0.38
Hex 13 B1 62 59 0 2D 1F 96 51 26
Octal 23 261 142 131 0 55 37 226 121 46
Binary 10011 10110001 1100010 1011001 0 101101 11111 10010110 1010001 100110

Color Harmonies of #13B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B162

Black with #13B162

Text Example


Text Example

White with #13B162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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