Html Css Color HEX #14B860 Jade

📋 copy color: '#14B860'

red 20 ◦ green 184 ◦ blue 96

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

Shades of Jade #14B860

Tints of Jade #14B860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32%

R = 6.67%
G = 61.33%
B = 32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#14B860 (or 0x14B860) is known color: Jade. HEX triplet: 14, B8 and 60. RGB value is (20,184,96). Sum of RGB (Red+Green+Blue) = 20+184+96=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #14B860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B860 is #EB479F. Grayscale: #7D7D7D. Windows color (decimal): -15419296 or 6338580. OLE color: 6338580.

HSL color Cylindrical-coordinate representation of color #14B860: hue angle of 147.8º 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 #14B860 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 184 96 -
CMYK 0.89 0 0.48 0.28
HSL 147.8º 0.8% 0.4% -
HSV(B) 147.8º 0.89% 0.72% -
XYZ 19.54 35.27 16.85 -
YUV 124.93 111.67 53.16 -
System Red Green Blue C M Y K H S L
Decimal 20 184 96 0.89 0 0.48 0.28 147.8 0.8 0.4
Hex 14 B8 60 59 0 30 1C 94 50 28
Octal 24 270 140 131 0 60 34 224 120 50
Binary 10100 10111000 1100000 1011001 0 110000 11100 10010100 1010000 101000

Color Harmonies of #14B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B860

Black with #14B860

Text Example


Text Example

White with #14B860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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