Html Css Color HEX #14B863 Jade

📋 copy color: '#14B863'

red 20 ◦ green 184 ◦ blue 99

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

Shades of Jade #14B863

Tints of Jade #14B863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.73%

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

R = 6.6%
G = 60.73%
B = 32.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#14B863 (or 0x14B863) is known color: Jade. HEX triplet: 14, B8 and 63. RGB value is (20,184,99). Sum of RGB (Red+Green+Blue) = 20+184+99=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #14B863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B863 is #EB479C. Grayscale: #7D7D7D. Windows color (decimal): -15419293 or 6535188. OLE color: 6535188.

HSL color Cylindrical-coordinate representation of color #14B863: hue angle of 148.9º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B863 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 184 99 -
CMYK 0.89 0 0.46 0.28
HSL 148.9º 0.8% 0.4% -
HSV(B) 148.9º 0.89% 0.72% -
XYZ 19.68 35.33 17.59 -
YUV 125.27 113.17 52.91 -
System Red Green Blue C M Y K H S L
Decimal 20 184 99 0.89 0 0.46 0.28 148.9 0.8 0.4
Hex 14 B8 63 59 0 2E 1C 95 50 28
Octal 24 270 143 131 0 56 34 225 120 50
Binary 10100 10111000 1100011 1011001 0 101110 11100 10010101 1010000 101000

Color Harmonies of #14B863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B863

Black with #14B863

Text Example


Text Example

White with #14B863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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