Html Css Color HEX #14B862 Jade

📋 copy color: '#14B862'

red 20 ◦ green 184 ◦ blue 98

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

Shades of Jade #14B862

Tints of Jade #14B862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 6.62%
G = 60.93%
B = 32.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#14B862 (or 0x14B862) is known color: Jade. HEX triplet: 14, B8 and 62. RGB value is (20,184,98). Sum of RGB (Red+Green+Blue) = 20+184+98=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #14B862 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B862 is #EB479D. Grayscale: #7D7D7D. Windows color (decimal): -15419294 or 6469652. OLE color: 6469652.

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

Color convert

RGB 20 184 98 -
CMYK 0.89 0 0.47 0.28
HSL 148.54º 0.8% 0.4% -
HSV(B) 148.54º 0.89% 0.72% -
XYZ 19.63 35.31 17.34 -
YUV 125.16 112.67 52.99 -
System Red Green Blue C M Y K H S L
Decimal 20 184 98 0.89 0 0.47 0.28 148.54 0.8 0.4
Hex 14 B8 62 59 0 2F 1C 95 50 28
Octal 24 270 142 131 0 57 34 225 120 50
Binary 10100 10111000 1100010 1011001 0 101111 11100 10010101 1010000 101000

Color Harmonies of #14B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B862

Black with #14B862

Text Example


Text Example

White with #14B862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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