Html Css Color HEX #14B564 Jade

📋 copy color: '#14B564'

red 20 ◦ green 181 ◦ blue 100

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

Shades of Jade #14B564

Tints of Jade #14B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 60.13%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 6.64%
G = 60.13%
B = 33.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#14B564 (or 0x14B564) is known color: Jade. HEX triplet: 14, B5 and 64. RGB value is (20,181,100). Sum of RGB (Red+Green+Blue) = 20+181+100=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #14B564 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B564 is #EB4A9B. Grayscale: #7B7B7B. Windows color (decimal): -15420060 or 6599956. OLE color: 6599956.

HSL color Cylindrical-coordinate representation of color #14B564: hue angle of 149.81º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B564 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 181 100 -
CMYK 0.89 0 0.45 0.29
HSL 149.81º 0.8% 0.39% -
HSV(B) 149.81º 0.89% 0.71% -
XYZ 19.11 34.12 17.63 -
YUV 123.63 114.66 54.09 -
System Red Green Blue C M Y K H S L
Decimal 20 181 100 0.89 0 0.45 0.29 149.81 0.8 0.39
Hex 14 B5 64 59 0 2D 1D 96 50 27
Octal 24 265 144 131 0 55 35 226 120 47
Binary 10100 10110101 1100100 1011001 0 101101 11101 10010110 1010000 100111

Color Harmonies of #14B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B564

Black with #14B564

Text Example


Text Example

White with #14B564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,181,100); }

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

background-color css

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

 a { background-color: rgb(20,181,100); }

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

border-color css

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

 span { border-color: rgb(20,181,100); }

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