Html Css Color HEX #14BA5F Pigment Green

📋 copy color: '#14BA5F'

red 20 ◦ green 186 ◦ blue 95

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

Shades of Pigment Green #14BA5F

Tints of Pigment Green #14BA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 6.64%
G = 61.79%
B = 31.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#14BA5F (or 0x14BA5F) is known color: Pigment Green. HEX triplet: 14, BA and 5F. RGB value is (20,186,95). Sum of RGB (Red+Green+Blue) = 20+186+95=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA5F is #EB45A0. Grayscale: #7E7E7E. Windows color (decimal): -15418785 or 6273556. OLE color: 6273556.

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

Color convert

RGB 20 186 95 -
CMYK 0.89 0 0.49 0.27
HSL 147.11º 0.81% 0.4% -
HSV(B) 147.11º 0.89% 0.73% -
XYZ 19.91 36.09 16.74 -
YUV 125.99 110.5 52.4 -
System Red Green Blue C M Y K H S L
Decimal 20 186 95 0.89 0 0.49 0.27 147.11 0.81 0.4
Hex 14 BA 5F 59 0 31 1B 93 51 28
Octal 24 272 137 131 0 61 33 223 121 50
Binary 10100 10111010 1011111 1011001 0 110001 11011 10010011 1010001 101000

Color Harmonies of #14BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA5F

Black with #14BA5F

Text Example


Text Example

White with #14BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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