Html Css Color HEX #13B26A Jade

📋 copy color: '#13B26A'

red 19 ◦ green 178 ◦ blue 106

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

Shades of Jade #13B26A

Tints of Jade #13B26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 6.27%
G = 58.75%
B = 34.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#13B26A (or 0x13B26A) is known color: Jade. HEX triplet: 13, B2 and 6A. RGB value is (19,178,106). Sum of RGB (Red+Green+Blue) = 19+178+106=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #13B26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B26A is #EC4D95. Grayscale: #7A7A7A. Windows color (decimal): -15486358 or 6992403. OLE color: 6992403.

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

Color convert

RGB 19 178 106 -
CMYK 0.89 0 0.40 0.30
HSL 152.83º 0.81% 0.39% -
HSV(B) 152.83º 0.89% 0.7% -
XYZ 18.79 33.02 19.02 -
YUV 122.25 118.82 54.35 -
System Red Green Blue C M Y K H S L
Decimal 19 178 106 0.89 0 0.40 0.30 152.83 0.81 0.39
Hex 13 B2 6A 59 0 28 1E 99 51 27
Octal 23 262 152 131 0 50 36 231 121 47
Binary 10011 10110010 1101010 1011001 0 101000 11110 10011001 1010001 100111

Color Harmonies of #13B26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B26A

Black with #13B26A

Text Example


Text Example

White with #13B26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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