Html Css Color HEX #14B467 Jade

📋 copy color: '#14B467'

red 20 ◦ green 180 ◦ blue 103

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

Shades of Jade #14B467

Tints of Jade #14B467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 6.6%
G = 59.41%
B = 33.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#14B467 (or 0x14B467) is known color: Jade. HEX triplet: 14, B4 and 67. RGB value is (20,180,103). Sum of RGB (Red+Green+Blue) = 20+180+103=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #14B467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B467 is #EB4B98. Grayscale: #7B7B7B. Windows color (decimal): -15420313 or 6796308. OLE color: 6796308.

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

Color convert

RGB 20 180 103 -
CMYK 0.89 0 0.43 0.29
HSL 151.13º 0.8% 0.39% -
HSV(B) 151.13º 0.89% 0.71% -
XYZ 19.06 33.77 18.35 -
YUV 123.38 116.49 54.26 -
System Red Green Blue C M Y K H S L
Decimal 20 180 103 0.89 0 0.43 0.29 151.13 0.8 0.39
Hex 14 B4 67 59 0 2B 1D 97 50 27
Octal 24 264 147 131 0 53 35 227 120 47
Binary 10100 10110100 1100111 1011001 0 101011 11101 10010111 1010000 100111

Color Harmonies of #14B467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B467

Black with #14B467

Text Example


Text Example

White with #14B467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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