Html Css Color HEX #14B365 Jade

📋 copy color: '#14B365'

red 20 ◦ green 179 ◦ blue 101

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

Shades of Jade #14B365

Tints of Jade #14B365

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.67%

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 6.67%
G = 59.67%
B = 33.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#14B365 (or 0x14B365) is known color: Jade. HEX triplet: 14, B3 and 65. RGB value is (20,179,101). Sum of RGB (Red+Green+Blue) = 20+179+101=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #14B365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B365 is #EB4C9A. Grayscale: #7A7A7A. Windows color (decimal): -15420571 or 6664980. OLE color: 6664980.

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

Color convert

RGB 20 179 101 -
CMYK 0.89 0 0.44 0.30
HSL 150.57º 0.8% 0.39% -
HSV(B) 150.57º 0.89% 0.7% -
XYZ 18.76 33.33 17.76 -
YUV 122.57 115.82 54.84 -
System Red Green Blue C M Y K H S L
Decimal 20 179 101 0.89 0 0.44 0.30 150.57 0.8 0.39
Hex 14 B3 65 59 0 2C 1E 97 50 27
Octal 24 263 145 131 0 54 36 227 120 47
Binary 10100 10110011 1100101 1011001 0 101100 11110 10010111 1010000 100111

Color Harmonies of #14B365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B365

Black with #14B365

Text Example


Text Example

White with #14B365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,179,101); }

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

background-color css

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

 a { background-color: rgb(20,179,101); }

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

border-color css

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

 span { border-color: rgb(20,179,101); }

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