Html Css Color HEX #13B26D Jade

📋 copy color: '#13B26D'

red 19 ◦ green 178 ◦ blue 109

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

Shades of Jade #13B26D

Tints of Jade #13B26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 6.21%
G = 58.17%
B = 35.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#13B26D (or 0x13B26D) is known color: Jade. HEX triplet: 13, B2 and 6D. RGB value is (19,178,109). Sum of RGB (Red+Green+Blue) = 19+178+109=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #13B26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B26D is #EC4D92. Grayscale: #7A7A7A. Windows color (decimal): -15486355 or 7189011. OLE color: 7189011.

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

Color convert

RGB 19 178 109 -
CMYK 0.89 0 0.39 0.30
HSL 153.96º 0.81% 0.39% -
HSV(B) 153.96º 0.89% 0.7% -
XYZ 18.95 33.08 19.86 -
YUV 122.59 120.32 54.11 -
System Red Green Blue C M Y K H S L
Decimal 19 178 109 0.89 0 0.39 0.30 153.96 0.81 0.39
Hex 13 B2 6D 59 0 27 1E 9A 51 27
Octal 23 262 155 131 0 47 36 232 121 47
Binary 10011 10110010 1101101 1011001 0 100111 11110 10011010 1010001 100111

Color Harmonies of #13B26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B26D

Black with #13B26D

Text Example


Text Example

White with #13B26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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