Html Css Color HEX #14B464 Jade

📋 copy color: '#14B464'

red 20 ◦ green 180 ◦ blue 100

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

Shades of Jade #14B464

Tints of Jade #14B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60%

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

R = 6.67%
G = 60%
B = 33.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#14B464 (or 0x14B464) is known color: Jade. HEX triplet: 14, B4 and 64. RGB value is (20,180,100). Sum of RGB (Red+Green+Blue) = 20+180+100=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #14B464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B464 is #EB4B9B. Grayscale: #7B7B7B. Windows color (decimal): -15420316 or 6599700. OLE color: 6599700.

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

Color convert

RGB 20 180 100 -
CMYK 0.89 0 0.44 0.29
HSL 150º 0.8% 0.39% -
HSV(B) 150º 0.89% 0.71% -
XYZ 18.91 33.71 17.57 -
YUV 123.04 114.99 54.5 -
System Red Green Blue C M Y K H S L
Decimal 20 180 100 0.89 0 0.44 0.29 150 0.8 0.39
Hex 14 B4 64 59 0 2C 1D 96 50 27
Octal 24 264 144 131 0 54 35 226 120 47
Binary 10100 10110100 1100100 1011001 0 101100 11101 10010110 1010000 100111

Color Harmonies of #14B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B464

Black with #14B464

Text Example


Text Example

White with #14B464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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