Html Css Color HEX #14B166 Jade

📋 copy color: '#14B166'

red 20 ◦ green 177 ◦ blue 102

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

Shades of Jade #14B166

Tints of Jade #14B166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59.2%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 6.69%
G = 59.2%
B = 34.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#14B166 (or 0x14B166) is known color: Jade. HEX triplet: 14, B1 and 66. RGB value is (20,177,102). Sum of RGB (Red+Green+Blue) = 20+177+102=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #14B166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B166 is #EB4E99. Grayscale: #797979. Windows color (decimal): -15421082 or 6730004. OLE color: 6730004.

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

Color convert

RGB 20 177 102 -
CMYK 0.89 0 0.42 0.31
HSL 151.34º 0.8% 0.39% -
HSV(B) 151.34º 0.89% 0.69% -
XYZ 18.41 32.55 17.88 -
YUV 121.51 116.99 55.6 -
System Red Green Blue C M Y K H S L
Decimal 20 177 102 0.89 0 0.42 0.31 151.34 0.8 0.39
Hex 14 B1 66 59 0 2A 1F 97 50 27
Octal 24 261 146 131 0 52 37 227 120 47
Binary 10100 10110001 1100110 1011001 0 101010 11111 10010111 1010000 100111

Color Harmonies of #14B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B166

Black with #14B166

Text Example


Text Example

White with #14B166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,177,102); }

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

background-color css

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

 a { background-color: rgb(20,177,102); }

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

border-color css

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

 span { border-color: rgb(20,177,102); }

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