Html Css Color HEX #13B46E Jade

📋 copy color: '#13B46E'

red 19 ◦ green 180 ◦ blue 110

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

Shades of Jade #13B46E

Tints of Jade #13B46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.25%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 6.15%
G = 58.25%
B = 35.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#13B46E (or 0x13B46E) is known color: Jade. HEX triplet: 13, B4 and 6E. RGB value is (19,180,110). Sum of RGB (Red+Green+Blue) = 19+180+110=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #13B46E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B46E is #EC4B91. Grayscale: #7B7B7B. Windows color (decimal): -15485842 or 7255059. OLE color: 7255059.

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

Color convert

RGB 19 180 110 -
CMYK 0.89 0 0.39 0.29
HSL 153.91º 0.81% 0.39% -
HSV(B) 153.91º 0.89% 0.71% -
XYZ 19.4 33.91 20.27 -
YUV 123.88 120.16 53.19 -
System Red Green Blue C M Y K H S L
Decimal 19 180 110 0.89 0 0.39 0.29 153.91 0.81 0.39
Hex 13 B4 6E 59 0 27 1D 9A 51 27
Octal 23 264 156 131 0 47 35 232 121 47
Binary 10011 10110100 1101110 1011001 0 100111 11101 10011010 1010001 100111

Color Harmonies of #13B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B46E

Black with #13B46E

Text Example


Text Example

White with #13B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,180,110); }

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

background-color css

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

 a { background-color: rgb(19,180,110); }

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

border-color css

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

 span { border-color: rgb(19,180,110); }

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