Html Css Color HEX #14BA57 Pigment Green

📋 copy color: '#14BA57'

red 20 ◦ green 186 ◦ blue 87

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

Shades of Pigment Green #14BA57

Tints of Pigment Green #14BA57

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.48%

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

R = 6.83%
G = 63.48%
B = 29.69%

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

#14BA57 (or 0x14BA57) is known color: Pigment Green. HEX triplet: 14, BA and 57. RGB value is (20,186,87). Sum of RGB (Red+Green+Blue) = 20+186+87=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA57 is #EB45A8. Grayscale: #7D7D7D. Windows color (decimal): -15418793 or 5749268. OLE color: 5749268.

HSL color Cylindrical-coordinate representation of color #14BA57: hue angle of 144.22º degrees, saturation: 0.81, 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 #14BA57 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 186 87 -
CMYK 0.89 0 0.53 0.27
HSL 144.22º 0.81% 0.4% -
HSV(B) 144.22º 0.89% 0.73% -
XYZ 19.57 35.95 14.93 -
YUV 125.08 106.5 53.05 -
System Red Green Blue C M Y K H S L
Decimal 20 186 87 0.89 0 0.53 0.27 144.22 0.81 0.4
Hex 14 BA 57 59 0 35 1B 90 51 28
Octal 24 272 127 131 0 65 33 220 121 50
Binary 10100 10111010 1010111 1011001 0 110101 11011 10010000 1010001 101000

Color Harmonies of #14BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA57

Black with #14BA57

Text Example


Text Example

White with #14BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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