Html Css Color HEX #14A863 Jade

📋 copy color: '#14A863'

red 20 ◦ green 168 ◦ blue 99

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

Shades of Jade #14A863

Tints of Jade #14A863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.54%

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

R = 6.97%
G = 58.54%
B = 34.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#14A863 (or 0x14A863) is known color: Jade. HEX triplet: 14, A8 and 63. RGB value is (20,168,99). Sum of RGB (Red+Green+Blue) = 20+168+99=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #14A863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A863 is #EB579C. Grayscale: #747474. Windows color (decimal): -15423389 or 6531092. OLE color: 6531092.

HSL color Cylindrical-coordinate representation of color #14A863: hue angle of 152.03º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A863 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 168 99 -
CMYK 0.88 0 0.41 0.34
HSL 152.03º 0.79% 0.37% -
HSV(B) 152.03º 0.88% 0.66% -
XYZ 16.54 29.05 16.54 -
YUV 115.88 118.47 59.61 -
System Red Green Blue C M Y K H S L
Decimal 20 168 99 0.88 0 0.41 0.34 152.03 0.79 0.37
Hex 14 A8 63 58 0 29 22 98 4F 25
Octal 24 250 143 130 0 51 42 230 117 45
Binary 10100 10101000 1100011 1011000 0 101001 100010 10011000 1001111 100101

Color Harmonies of #14A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A863

Black with #14A863

Text Example


Text Example

White with #14A863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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