Html Css Color HEX #14B659 Pigment Green

📋 copy color: '#14B659'

red 20 ◦ green 182 ◦ blue 89

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

Shades of Pigment Green #14B659

Tints of Pigment Green #14B659

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.54%

 BLUE value IS 89 (35.16% from 255) = 30.58%

R = 6.87%
G = 62.54%
B = 30.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#14B659 (or 0x14B659) is known color: Pigment Green. HEX triplet: 14, B6 and 59. RGB value is (20,182,89). Sum of RGB (Red+Green+Blue) = 20+182+89=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #14B659 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B659 is #EB49A6. Grayscale: #7B7B7B. Windows color (decimal): -15419815 or 5879316. OLE color: 5879316.

HSL color Cylindrical-coordinate representation of color #14B659: hue angle of 145.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B659 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 182 89 -
CMYK 0.89 0 0.51 0.29
HSL 145.56º 0.8% 0.4% -
HSV(B) 145.56º 0.89% 0.71% -
XYZ 18.82 34.33 15.08 -
YUV 122.96 108.83 54.56 -
System Red Green Blue C M Y K H S L
Decimal 20 182 89 0.89 0 0.51 0.29 145.56 0.8 0.4
Hex 14 B6 59 59 0 33 1D 92 50 28
Octal 24 266 131 131 0 63 35 222 120 50
Binary 10100 10110110 1011001 1011001 0 110011 11101 10010010 1010000 101000

Color Harmonies of #14B659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B659

Black with #14B659

Text Example


Text Example

White with #14B659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,89); }

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

background-color css

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

 a { background-color: rgb(20,182,89); }

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

border-color css

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

 span { border-color: rgb(20,182,89); }

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