Html Css Color HEX #13BF6B Jade

📋 copy color: '#13BF6B'

red 19 ◦ green 191 ◦ blue 107

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

Shades of Jade #13BF6B

Tints of Jade #13BF6B

RGB

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

 GREEN value IS 191 (75% from 255) = 60.25%

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 5.99%
G = 60.25%
B = 33.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#13BF6B (or 0x13BF6B) is known color: Jade. HEX triplet: 13, BF and 6B. RGB value is (19,191,107). Sum of RGB (Red+Green+Blue) = 19+191+107=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #13BF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BF6B is #EC4094. Grayscale: #828282. Windows color (decimal): -15483029 or 7061267. OLE color: 7061267.

HSL color Cylindrical-coordinate representation of color #13BF6B: hue angle of 150.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BF6B is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 191 107 -
CMYK 0.90 0 0.44 0.25
HSL 150.7º 0.82% 0.41% -
HSV(B) 150.7º 0.9% 0.75% -
XYZ 21.55 38.46 20.2 -
YUV 130 115.02 48.83 -
System Red Green Blue C M Y K H S L
Decimal 19 191 107 0.90 0 0.44 0.25 150.7 0.82 0.41
Hex 13 BF 6B 5A 0 2C 19 97 52 29
Octal 23 277 153 132 0 54 31 227 122 51
Binary 10011 10111111 1101011 1011010 0 101100 11001 10010111 1010010 101001

Color Harmonies of #13BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BF6B

Black with #13BF6B

Text Example


Text Example

White with #13BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,191,107); }

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

background-color css

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

 a { background-color: rgb(19,191,107); }

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

border-color css

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

 span { border-color: rgb(19,191,107); }

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