Html Css Color HEX #14B95F Pigment Green

📋 copy color: '#14B95F'

red 20 ◦ green 185 ◦ blue 95

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

Shades of Pigment Green #14B95F

Tints of Pigment Green #14B95F

RGB

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

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

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

R = 6.67%
G = 61.67%
B = 31.67%

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

#14B95F (or 0x14B95F) is known color: Pigment Green. HEX triplet: 14, B9 and 5F. RGB value is (20,185,95). Sum of RGB (Red+Green+Blue) = 20+185+95=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 185 (72.66% from 255 or 61.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 185 - color contains mainly: green. Hex color #14B95F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B95F is #EB46A0. Grayscale: #7D7D7D. Windows color (decimal): -15419041 or 6273300. OLE color: 6273300.

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

Color convert

RGB 20 185 95 -
CMYK 0.89 0 0.49 0.27
HSL 147.27º 0.8% 0.4% -
HSV(B) 147.27º 0.89% 0.73% -
XYZ 19.7 35.67 16.67 -
YUV 125.41 110.84 52.82 -
System Red Green Blue C M Y K H S L
Decimal 20 185 95 0.89 0 0.49 0.27 147.27 0.8 0.4
Hex 14 B9 5F 59 0 31 1B 93 50 28
Octal 24 271 137 131 0 61 33 223 120 50
Binary 10100 10111001 1011111 1011001 0 110001 11011 10010011 1010000 101000

Color Harmonies of #14B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B95F

Black with #14B95F

Text Example


Text Example

White with #14B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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