Html Css Color HEX #14B957 Pigment Green

📋 copy color: '#14B957'

red 20 ◦ green 185 ◦ blue 87

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

Shades of Pigment Green #14B957

Tints of Pigment Green #14B957

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.36%

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 6.85%
G = 63.36%
B = 29.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#14B957 (or 0x14B957) is known color: Pigment Green. HEX triplet: 14, B9 and 57. RGB value is (20,185,87). Sum of RGB (Red+Green+Blue) = 20+185+87=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #14B957 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B957 is #EB46A8. Grayscale: #7C7C7C. Windows color (decimal): -15419049 or 5749012. OLE color: 5749012.

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

Color convert

RGB 20 185 87 -
CMYK 0.89 0 0.53 0.27
HSL 144.36º 0.8% 0.4% -
HSV(B) 144.36º 0.89% 0.73% -
XYZ 19.36 35.53 14.86 -
YUV 124.49 106.84 53.47 -
System Red Green Blue C M Y K H S L
Decimal 20 185 87 0.89 0 0.53 0.27 144.36 0.8 0.4
Hex 14 B9 57 59 0 35 1B 90 50 28
Octal 24 271 127 131 0 65 33 220 120 50
Binary 10100 10111001 1010111 1011001 0 110101 11011 10010000 1010000 101000

Color Harmonies of #14B957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B957

Black with #14B957

Text Example


Text Example

White with #14B957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,185,87); }

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

background-color css

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

 a { background-color: rgb(20,185,87); }

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

border-color css

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

 span { border-color: rgb(20,185,87); }

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