Html Css Color HEX #14BF63 Jade

📋 copy color: '#14BF63'

red 20 ◦ green 191 ◦ blue 99

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

Shades of Jade #14BF63

Tints of Jade #14BF63

RGB

 RED value IS 20 (8.2% from 255) = 6.45%

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

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 6.45%
G = 61.61%
B = 31.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#14BF63 (or 0x14BF63) is known color: Jade. HEX triplet: 14, BF and 63. RGB value is (20,191,99). Sum of RGB (Red+Green+Blue) = 20+191+99=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BF63 is #EB409C. Grayscale: #818181. Windows color (decimal): -15417501 or 6536980. OLE color: 6536980.

HSL color Cylindrical-coordinate representation of color #14BF63: hue angle of 147.72º degrees, saturation: 0.81, 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 #14BF63 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 99 -
CMYK 0.90 0 0.48 0.25
HSL 147.72º 0.81% 0.41% -
HSV(B) 147.72º 0.9% 0.75% -
XYZ 21.17 38.31 18.08 -
YUV 129.38 110.85 49.98 -
System Red Green Blue C M Y K H S L
Decimal 20 191 99 0.90 0 0.48 0.25 147.72 0.81 0.41
Hex 14 BF 63 5A 0 30 19 94 51 29
Octal 24 277 143 132 0 60 31 224 121 51
Binary 10100 10111111 1100011 1011010 0 110000 11001 10010100 1010001 101001

Color Harmonies of #14BF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BF63

Black with #14BF63

Text Example


Text Example

White with #14BF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14BF63; }

 p { color: rgb(20,191,99); }

 H1.HeaderClassName
 {
   color: #14BF63;
 }
 .AnyTagClassName
 {
   color: #14BF63;
 }
</style>

background-color css

<style>
 a { background-color: #14BF63; }

 a { background-color: rgb(20,191,99); }

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

border-color css

<style>
 span { border-color: #14BF63; }

 span { border-color: rgb(20,191,99); }

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