Html Css Color HEX #13B862 Jade

📋 copy color: '#13B862'

red 19 ◦ green 184 ◦ blue 98

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

Shades of Jade #13B862

Tints of Jade #13B862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 61.13%

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

R = 6.31%
G = 61.13%
B = 32.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#13B862 (or 0x13B862) is known color: Jade. HEX triplet: 13, B8 and 62. RGB value is (19,184,98). Sum of RGB (Red+Green+Blue) = 19+184+98=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 184 (72.27% from 255 or 61.13% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 184 - color contains mainly: green. Hex color #13B862 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B862 is #EC479D. Grayscale: #7D7D7D. Windows color (decimal): -15484830 or 6469651. OLE color: 6469651.

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

Color convert

RGB 19 184 98 -
CMYK 0.90 0 0.47 0.28
HSL 148.73º 0.81% 0.4% -
HSV(B) 148.73º 0.9% 0.72% -
XYZ 19.61 35.3 17.34 -
YUV 124.86 112.84 52.49 -
System Red Green Blue C M Y K H S L
Decimal 19 184 98 0.90 0 0.47 0.28 148.73 0.81 0.4
Hex 13 B8 62 5A 0 2F 1C 95 51 28
Octal 23 270 142 132 0 57 34 225 121 50
Binary 10011 10111000 1100010 1011010 0 101111 11100 10010101 1010001 101000

Color Harmonies of #13B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B862

Black with #13B862

Text Example


Text Example

White with #13B862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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