Html Css Color HEX #14B159 Pigment Green

📋 copy color: '#14B159'

red 20 ◦ green 177 ◦ blue 89

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

Shades of Pigment Green #14B159

Tints of Pigment Green #14B159

RGB

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

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

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

R = 6.99%
G = 61.89%
B = 31.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#14B159 (or 0x14B159) is known color: Pigment Green. HEX triplet: 14, B1 and 59. RGB value is (20,177,89). Sum of RGB (Red+Green+Blue) = 20+177+89=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 177 (69.53% from 255 or 61.89% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 177 - color contains mainly: green. Hex color #14B159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B159 is #EB4EA6. Grayscale: #787878. Windows color (decimal): -15421095 or 5878036. OLE color: 5878036.

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

Color convert

RGB 20 177 89 -
CMYK 0.89 0 0.50 0.31
HSL 146.37º 0.8% 0.39% -
HSV(B) 146.37º 0.89% 0.69% -
XYZ 17.81 32.31 14.75 -
YUV 120.03 110.49 56.66 -
System Red Green Blue C M Y K H S L
Decimal 20 177 89 0.89 0 0.50 0.31 146.37 0.8 0.39
Hex 14 B1 59 59 0 32 1F 92 50 27
Octal 24 261 131 131 0 62 37 222 120 47
Binary 10100 10110001 1011001 1011001 0 110010 11111 10010010 1010000 100111

Color Harmonies of #14B159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B159

Black with #14B159

Text Example


Text Example

White with #14B159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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