Html Css Color HEX #14B468 Jade

📋 copy color: '#14B468'

red 20 ◦ green 180 ◦ blue 104

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

Shades of Jade #14B468

Tints of Jade #14B468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 6.58%
G = 59.21%
B = 34.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#14B468 (or 0x14B468) is known color: Jade. HEX triplet: 14, B4 and 68. RGB value is (20,180,104). Sum of RGB (Red+Green+Blue) = 20+180+104=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #14B468 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B468 is #EB4B97. Grayscale: #7B7B7B. Windows color (decimal): -15420312 or 6861844. OLE color: 6861844.

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

Color convert

RGB 20 180 104 -
CMYK 0.89 0 0.42 0.29
HSL 151.5º 0.8% 0.39% -
HSV(B) 151.5º 0.89% 0.71% -
XYZ 19.11 33.79 18.61 -
YUV 123.5 116.99 54.18 -
System Red Green Blue C M Y K H S L
Decimal 20 180 104 0.89 0 0.42 0.29 151.5 0.8 0.39
Hex 14 B4 68 59 0 2A 1D 98 50 27
Octal 24 264 150 131 0 52 35 230 120 47
Binary 10100 10110100 1101000 1011001 0 101010 11101 10011000 1010000 100111

Color Harmonies of #14B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B468

Black with #14B468

Text Example


Text Example

White with #14B468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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